Type Alias SwapInstructionDataArgs
SwapInstructionDataArgs: {
amount: number | bigint;
amountSpecifiedIsInput: boolean;
aToB: boolean;
otherAmountThreshold: number | bigint;
sqrtPriceLimit: number | bigint;
}
Type declaration
amount: number | bigint
amountSpecifiedIsInput: boolean
aToB: boolean
otherAmountThreshold: number | bigint
sqrtPriceLimit: number | bigint