Type alias SwapBondingCurveV1InstructionArgs
Swap
Bonding
Curve
V1
Instruction
Args
: { amount
: number | bigint; index
?: undefined | number; minAmountOut
: number | bigint; padding
?: undefined | number[]; swapDirection
: SwapDirection; }
Type declaration
-
amount: number | bigint
-
Optional index?: undefined | number
-
minAmountOut: number | bigint
-
Optional padding?: undefined | number[]
-