Type alias WithdrawPresaleV1InstructionDataArgs

WithdrawPresaleV1InstructionDataArgs: {
    index?: number;
    padding?: number[];
}

Type declaration

  • Optional index?: number
  • Optional padding?: number[]

Generated using TypeDoc