Options for verifyOffer / verifyReceipt covering JWS-format inputs.
verifyOffer
verifyReceipt
When the signed object's format === 'jws', a resolveJWSKey callback must be supplied. EIP-712 inputs do not require options.
format === 'jws'
resolveJWSKey
Optional
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.
header.kid
Options for
verifyOffer/verifyReceiptcovering JWS-format inputs.When the signed object's
format === 'jws', aresolveJWSKeycallback must be supplied. EIP-712 inputs do not require options.