Skip to main content

ICredentialIssuerEIP712.verifyPresentationEIP712() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Verifies a Verifiable Presentation EIP712 Format.

Signature:

verifyPresentationEIP712(args: IVerifyPresentationEIP712Args, context: IRequiredContext): Promise<boolean>;

Parameters

ParameterTypeDescription
argsIVerifyPresentationEIP712ArgsArguments necessary to verify the Presentation
contextIRequiredContextThis reserved param is automatically added and handled by the framework, *do not override*

Returns:

Promise<boolean>

  • a promise that resolves to the boolean true on successful verification or rejects on error

Remarks

Please see Verifiable Credential data model