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.

12 lines (11 loc) 324 B
import { Subscriber } from "@jmcanterafonseca-iota/iota_streams_wasm"; export interface IFetchRequest { /** The channel ID */ channelID: string; /** The specific message */ msgID?: string; /** The anchorage */ anchorageID: string; /** The IOTA Streams Subscriber */ subscriber: Subscriber; }