Helius SDK - v2.2.2
    Preparing search index...

    Interface CheckoutResult

    interface CheckoutResult {
        apiKey?: string;
        error?: string;
        paymentIntentId: string;
        projectId?: string;
        status: "failed" | "completed" | "expired" | "timeout";
        txSignature: string | null;
    }
    Index

    Properties

    apiKey?: string
    error?: string
    paymentIntentId: string
    projectId?: string
    status: "failed" | "completed" | "expired" | "timeout"
    txSignature: string | null