T402 API Reference - v2.9.0
    Preparing search index...

    Interface VerifyOfferReceiptOptions

    Options for verifyOffer / verifyReceipt covering JWS-format inputs.

    When the signed object's format === 'jws', a resolveJWSKey callback must be supplied. EIP-712 inputs do not require options.

    interface VerifyOfferReceiptOptions {
        resolveJWSKey?: JWSKeyResolver;
    }
    Index

    Properties

    Properties

    resolveJWSKey?: JWSKeyResolver

    Resolve the public key for a given JWS protected header. Called after header parse and before signature verification. Typically looks up header.kid in a JWKS endpoint or a local registry.