UNPKG

@jmcanterafonseca-iota/anchoring-channels

Version:

Powered by IOTA Streams, Anchor Channels is an easy to be used library that allows to anchor messages to the Tangle.

9 lines (8 loc) 200 B
export interface IBindChannelRequest { /** The node */ node: string; /** The channel ID 'channel_address:announce_msg_id' */ channelID: string; /** The seed */ seed: string; }