Type Alias TwoHopSwapInstructionData
TwoHopSwapInstructionData: {
amount: bigint;
amountSpecifiedIsInput: boolean;
aToBOne: boolean;
aToBTwo: boolean;
discriminator: ReadonlyUint8Array;
otherAmountThreshold: bigint;
sqrtPriceLimitOne: bigint;
sqrtPriceLimitTwo: bigint;
}
Type declaration
amount: bigint
amountSpecifiedIsInput: boolean
aToBOne: boolean
aToBTwo: boolean
discriminator: ReadonlyUint8Array
otherAmountThreshold: bigint
sqrtPriceLimitOne: bigint
sqrtPriceLimitTwo: bigint