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) 189 B
export interface IFetchResult { /** The message ID */ msgID: string; /** The public key of the anchoring entity */ pk: string; /** The message */ message: string; }