LaunchPoolV2ExtensionArgs: {
    __kind: "BackendSigner";
    backendSigner: BackendSignerArgs;
} | {
    __kind: "PenaltyWallet";
    penaltyWallet: PublicKey;
} | {
    __kind: "DepositPenalty";
    depositPenalty: LinearBpsScheduleArgs;
} | {
    __kind: "WithdrawPenalty";
    withdrawPenalty: LinearBpsScheduleArgs;
} | {
    __kind: "BonusSchedule";
    bonusSchedule: LinearBpsScheduleArgs;
} | {
    __kind: "DepositLimit";
    depositLimit: DepositLimitArgs;
} | {
    __kind: "Allowlist";
    allowlist: AllowlistInitArgsArgs;
} | {
    __kind: "ClaimSchedule";
    claimSchedule: ClaimScheduleArgs;
} | {
    __kind: "MinimumDepositAmount";
    minimumDepositAmount: MinimumDepositAmountArgs;
} | {
    __kind: "MinimumQuoteTokenThreshold";
    minimumQuoteTokenThreshold: MinimumQuoteTokenThresholdArgs;
}

Generated using TypeDoc