Skip to main content

IVerifyPresentationEIP712Args interface

Encapsulates the parameters required to verify a W3C Verifiable Presentation

Signature:

export interface IVerifyPresentationEIP712Args extends UsingResolutionOptions

Extends: UsingResolutionOptions

Properties

PropertyModifiersTypeDescription
presentationVerifiablePresentation

The Verifiable Presentation object according to the canonical model or the JWT representation.

The signer of the Presentation is verified based on the holder property of the presentation or the iss property of the JWT payload respectively