UNPKG

jsonld-signatures-merkleproof2019

Version:

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

7 lines (6 loc) 154 B
export default class VerifierError extends Error { constructor(stepCode, message) { super(message); this.stepCode = stepCode; } }