UNPKG

@tangle.js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

10 lines (9 loc) 322 B
export declare abstract class AnchoringChannelErrorNames { static CHANNEL_NOT_BOUND: string; static ANCHORAGE_NOT_FOUND: string; static MSG_NOT_FOUND: string; static CHANNEL_BINDING_ERROR: string; static CHANNEL_ALREADY_BOUND: string; static OTHER_ERROR: string; static INVALID_NODE: string; }