Type alias AddUnlockedBucketV1InstructionDataArgs

AddUnlockedBucketV1InstructionDataArgs: {
    index?: number;
    padding?: number[];
    solAllocationBps: number;
    start: number | bigint;
    tokenAllocation: number | bigint;
}

Type declaration

  • Optional index?: number
  • Optional padding?: number[]
  • solAllocationBps: number
  • start: number | bigint
  • tokenAllocation: number | bigint

Generated using TypeDoc