LaunchPoolBucketV2: {
    bucket: BucketBase;
    claimCount: bigint;
    claimEndCondition: Condition;
    claimFee: bigint;
    claimFeeType: FeeDiscriminants;
    claimStartCondition: Condition;
    depositCount: bigint;
    depositEndCondition: Condition;
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    depositId: bigint;
    depositStartCondition: Condition;
    endBehaviors: Behavior[];
    extensions: LaunchPoolV2Extensions;
    header: AccountHeader;
    key: Key;
    padding: number[];
    padding2: number[];
    publicKey: PublicKey<string>;
    quoteTokenDepositTotal: bigint;
    refundCount: bigint;
    reserved: number[];
    weightedQuoteTokenTotal: bigint;
    withdrawFee: bigint;
    withdrawFeeType: FeeDiscriminants;
}

Type declaration

Generated using TypeDoc