Type alias SwapBondingCurveV2InstructionDataArgs

SwapBondingCurveV2InstructionDataArgs: {
    amount: number | bigint;
    minAmountOut: number | bigint;
    padding?: number[];
    swapDirection: SwapDirectionArgs;
}

Type declaration

  • amount: number | bigint
  • minAmountOut: number | bigint
  • Optional padding?: number[]
  • swapDirection: SwapDirectionArgs

Generated using TypeDoc