UNPKG

@tangle-js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

12 lines (11 loc) 412 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; static L1_MSG_NOT_FOUND: string; static CHANNEL_BINDING_PERMISSION_ERROR: string; }