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.

6 lines (5 loc) 218 B
import { IFetchRequest } from "../models/IFetchRequest"; import { IFetchResult } from "../models/IFetchResult"; export default class FetchMsgService { static fetch(request: IFetchRequest): Promise<IFetchResult>; }