@nevermined-io/payments
    Preparing search index...

    Interface PaywallContext

    Context provided to paywall-protected handlers

    interface PaywallContext {
        agentRequest?: StartAgentRequest;
        authResult: AuthResult;
        credits?: bigint;
        planId: string;
        subscriberAddress: `0x${string}`;
    }
    Index

    Properties

    agentRequest?: StartAgentRequest
    authResult: AuthResult
    credits?: bigint
    planId: string
    subscriberAddress: `0x${string}`