SwapBondingCurveV1InstructionArgs: {
    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[]
  • swapDirection: SwapDirection

Generated using TypeDoc