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

    Interface PreauthenticatedSignupOptions

    Advanced signup() shape — caller already invoked walletSignup and carries the resulting JWT, refId, and wallet address. Skips the internal re-authentication round trip.

    interface PreauthenticatedSignupOptions {
        couponCode?: string;
        email?: string;
        firstName?: string;
        jwt: string;
        lastName?: string;
        paymentHost?: string;
        period?: "monthly" | "yearly";
        plan: SupportedPlan;
        refId: string;
        walletAddress: string;
    }
    Index

    Properties

    couponCode?: string
    email?: string
    firstName?: string
    jwt: string
    lastName?: string
    paymentHost?: string
    period?: "monthly" | "yearly"
    refId: string
    walletAddress: string