UNPKG

jsonld-signatures-merkleproof2019

Version:

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

9 lines (8 loc) 223 B
export default class Key { constructor(publicKey, created, revoked, expires) { this.publicKey = publicKey; this.created = created; this.revoked = revoked; this.expires = expires; } }