Type alias AddUnlockedBucketV1InstructionArgs
AddUnlockedBucketV1InstructionArgs: {
index?: undefined | number;
padding?: undefined | number[];
solAllocationBps: number;
start: number | bigint;
tokenAllocation: number | bigint;
}
Type declaration
-
Optional index?: undefined | number
-
Optional padding?: undefined | number[]
-
solAllocationBps: number
-
start: number | bigint
-
tokenAllocation: number | bigint