Type alias UpdatePresaleBucketCapsV1InstructionArgs
UpdatePresaleBucketCapsV1InstructionArgs: {
index?: undefined | number;
newAllocationSolCap: number | bigint;
newAllowlistSolCap: number | bigint;
padding?: undefined | number[];
}
Type declaration
-
Optional index?: undefined | number
-
newAllocationSolCap: number | bigint
-
newAllowlistSolCap: number | bigint
-
Optional padding?: undefined | number[]