UNPKG

@tangle.js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

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: Buffer; }