Type Alias SwapInstructionData
SwapInstructionData: {
amount: bigint;
amountSpecifiedIsInput: boolean;
aToB: boolean;
discriminator: ReadonlyUint8Array;
otherAmountThreshold: bigint;
sqrtPriceLimit: bigint;
}
Type declaration
amount: bigint
amountSpecifiedIsInput: boolean
aToB: boolean
discriminator: ReadonlyUint8Array
otherAmountThreshold: bigint
sqrtPriceLimit: bigint