UNPKG

jsonld-signatures-merkleproof2019

Version:

A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context

10 lines (9 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class VerifierError extends Error { constructor(stepCode, message) { super(message); this.stepCode = stepCode; } } exports.default = VerifierError;