Type alias AddPresaleBucketV1InstructionData
AddPresaleBucketV1InstructionData: {
allocationSolCap: bigint;
allowWithdraw: boolean;
allowlistEnd: bigint;
allowlistMerkleRoot: Uint8Array;
allowlistMerkleTreeHeight: number;
allowlistSolCap: bigint;
claimStart: bigint;
depositCooldown: bigint;
depositLimit: bigint;
discriminator: number;
end: bigint;
hasAllowlist: boolean;
index: number;
padding: number[];
padding2: number[];
perCooldownDepositLimit: bigint;
start: bigint;
totalAmount: bigint;
}
Type declaration
-
allocationSolCap: bigint
-
allowWithdraw: boolean
-
allowlistEnd: bigint
-
allowlistMerkleRoot: Uint8Array
-
allowlistMerkleTreeHeight: number
-
allowlistSolCap: bigint
-
claimStart: bigint
-
depositCooldown: bigint
-
depositLimit: bigint
-
discriminator: number
-
end: bigint
-
hasAllowlist: boolean
-
index: number
-
padding: number[]
-
padding2: number[]
-
perCooldownDepositLimit: bigint
-
start: bigint
-
totalAmount: bigint