UNPKG

@tangle-js/ld-proofs

Version:

Linked Data Proofs on the Tangle. Powered by IOTA Identity & IOTA Streams

6 lines (5 loc) 156 B
export default class LdProofError extends Error { static ERR_TYPE: string; readonly type: string; constructor(name: string, message: string); }