UNPKG

@tangle-js/ld-proofs

Version:

Linked Data Proofs on the Tangle. Powered by IOTA Identity & IOTA Streams

10 lines (9 loc) 259 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; }