Type Alias TwoHopSwapInstructionDataArgs
TwoHopSwapInstructionDataArgs: {
amount: number | bigint;
amountSpecifiedIsInput: boolean;
aToBOne: boolean;
aToBTwo: boolean;
otherAmountThreshold: number | bigint;
sqrtPriceLimitOne: number | bigint;
sqrtPriceLimitTwo: number | bigint;
}
Type declaration
amount: number | bigint
amountSpecifiedIsInput: boolean
aToBOne: boolean
aToBTwo: boolean
otherAmountThreshold: number | bigint
sqrtPriceLimitOne: number | bigint
sqrtPriceLimitTwo: number | bigint