UNPKG

@tangle.js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

10 lines (9 loc) 220 B
/// <reference types="node" /> export interface IFetchResult { /** The message ID */ msgID: string; /** The public key of the anchoring entity */ pk: string; /** The message */ message: Buffer; }