PresaleBucketV2: {
    allocationQuoteTokenCap: bigint;
    bucket: BucketBase;
    claimCount: bigint;
    claimEndCondition: Condition;
    claimFee: bigint;
    claimFeeType: FeeDiscriminants;
    claimStartCondition: Condition;
    depositCount: bigint;
    depositEndCondition: Condition;
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    depositStartCondition: Condition;
    endBehaviors: Behavior[];
    extensions: PresaleV2Extensions;
    header: AccountHeader;
    key: Key;
    padding: number[];
    padding2: number[];
    publicKey: PublicKey<string>;
    quoteTokenDepositTotal: bigint;
    reserved: number[];
}

Type declaration

Generated using TypeDoc