OMPX JavaScript SDK
    Preparing search index...

    Interface MPPCredential

    MPP Authorization: Payment header decoded credential

    interface MPPCredential {
        challenge: MPPChallenge;
        payload: MPPCredentialPayload;
        source: string;
    }
    Index

    Properties

    challenge: MPPChallenge
    source: string

    Payer identity, e.g. "did:pkh:eip155:4217:0x..."