Build the createComposablePolicy argument bundle from a forward config
createComposablePolicy
Determines the settlement shape from the forward config:
outputMint == PublicKey.default()
outputMint != inputMint
Pure except for console.warn side-effects on economic gaps.
console.warn
Build the
createComposablePolicyargument bundle from a forward configDetermines the settlement shape from the forward config:
outputMint == PublicKey.default()— no fungible output; post_validation is the only delivery backstop.outputMint != inputMint— forward swaps input → output before delivery.Pure except for
console.warnside-effects on economic gaps.