UNPKG

@tangle.js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

12 lines (9 loc) 298 B
export class AnchoringChannelError extends Error { public static ERR_TYPE = "AnchoringChannelError"; public readonly type = AnchoringChannelError.ERR_TYPE; constructor(name: string, message: string) { super(); this.name = name; this.message = message; } }