UNPKG

merkle-reference

Version:

This is a TS library implementing [merkle reference] specification.

4 lines 197 B
export const tag: symbol; export function toBytes(value: boolean): Uint8Array<ArrayBuffer>; export function toTree(value: boolean): import("./tree.js").Branch; //# sourceMappingURL=boolean.d.ts.map