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.

14 lines (13 loc) 332 B
/** * JSON-LD @context loader * * @param url The URL of the LD @context * @param options Options * * @returns the LD document and the final URL after following redirects * */ export declare function customLdContextLoader(url: any, options: any): Promise<{ document: Record<string, unknown>; documentUrl: string; }>;