Type alias UpdatePresaleDepositV1InstructionDataArgs

UpdatePresaleDepositV1InstructionDataArgs: {
    index?: number;
    newAmount: number | bigint;
    padding?: number[];
}

Type declaration

  • Optional index?: number
  • newAmount: number | bigint
  • Optional padding?: number[]

Generated using TypeDoc