LaunchPoolBucketV1AccountData: {
    backendSigner: PublicKey;
    bonusSchedule: LinearBpsSchedule;
    bump: number;
    claimCount: bigint;
    claimStart: bigint;
    depositCount: bigint;
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    depositPenalty: LinearBpsSchedule;
    end: bigint;
    fee: bigint;
    feeType: FeeDiscriminants;
    genesis: PublicKey;
    index: number;
    key: Key;
    padding: number[];
    penaltyWallet: PublicKey;
    reserved: number[];
    solDepositTotal: bigint;
    start: bigint;
    state: LaunchPoolBucketState;
    tokenAllocation: bigint;
    tokenBalance: bigint;
    weightedSolTotal: bigint;
    withdrawFee: bigint;
    withdrawFeeType: FeeDiscriminants;
    withdrawPenalty: LinearBpsSchedule;
}

Type declaration

Generated using TypeDoc