UNPKG

@tangle.js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

7 lines (6 loc) 202 B
/** Options for creating a channel */ export interface IChannelOptions { node?: string; /** Used internally. In the near future Streams will expose it seamlessly */ authorPubKey?: string; }