Type alias SwapBondingCurveV1InstructionDataArgs

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

Type declaration

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

Generated using TypeDoc