Type Alias SwapV2InstructionData
SwapV2InstructionData: { amount: bigint; amountSpecifiedIsInput: boolean; aToB: boolean; discriminator: ReadonlyUint8Array; otherAmountThreshold: bigint; remainingAccountsInfo: Option<RemainingAccountsInfo>; sqrtPriceLimit: bigint;} Type declaration
amount: bigint
amountSpecifiedIsInput: boolean
aToB: boolean
discriminator: ReadonlyUint8Array
otherAmountThreshold: bigint
sqrtPriceLimit: bigint