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

    Interface PurchaseCreditsAndPayOptions

    interface PurchaseCreditsAndPayOptions {
        couponCode?: string;
        jwt: string;
        paymentHost?: string;
        projectId: string;
        qty?: number;
        secretKey: Uint8Array;
    }

    Hierarchy (View Summary)

    Index

    Properties

    couponCode?: string
    jwt: string
    paymentHost?: string
    projectId: string

    Project UUID receiving the credits. Must be on agent_v4 in this release.

    qty?: number

    Quantity multiplier. Each unit = 1,000,000 credits. Defaults to 1.

    secretKey: Uint8Array