Type alias SwapBondingCurveV2InstructionArgs
Swap
Bonding
Curve
V2
Instruction
Args
: { amount
: number | bigint; minAmountOutScaled
: number | bigint; padding
?: undefined | number[]; swapDirection
: SwapDirection; }
Type declaration
-
amount: number | bigint
-
minAmountOutScaled: number | bigint
-
Optional padding?: undefined | number[]
-