Helius SDK - v3.0.0
    Preparing search index...

    Interface SecretKeySignupOptions

    Default signup() shape — SDK signs the auth message itself.

    interface SecretKeySignupOptions {
        couponCode?: string;
        email?: string;
        firstName?: string;
        lastName?: string;
        paymentHost?: string;
        period?: "monthly" | "yearly";
        plan: SupportedPlan;
        secretKey: Uint8Array;
    }
    Index

    Properties

    couponCode?: string
    email?: string
    firstName?: string
    lastName?: string
    paymentHost?: string

    Override the hosted-page host. See resolvePaymentHost.

    period?: "monthly" | "yearly"

    Ignored for plan: "agent". Defaults to "monthly" for paid subscription plans.

    secretKey: Uint8Array