Type alias SwapVaultToBondingCurveV2InstructionArgs

SwapVaultToBondingCurveV2InstructionArgs: {
    ordinal: number | bigint;
    padding?: undefined | number[];
    swapAmountQuoteToken: number | bigint;
}

Type declaration

  • ordinal: number | bigint
  • Optional padding?: undefined | number[]
  • swapAmountQuoteToken: number | bigint

Generated using TypeDoc