Type alias SwapBondingCurveV2InstructionDataArgs

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

Type declaration

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

Generated using TypeDoc