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) 270 B
export declare class JsonCanonicalization { /** * Calculates the canonical serialization of a JSON document * * @param input The input * * @returns The serialization as a string * */ static calculate(input: unknown): string; }