Type alias SwapVaultToBondingCurveV2InstructionDataArgs

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

Type declaration

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

Generated using TypeDoc