UNPKG

merkle-reference

Version:

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

4 lines 202 B
export const name: "List"; export const tag: symbol; export function toTree(data: Iterable<unknown>, builder: import("./tree.js").Builder): import("./tree.js").Branch; //# sourceMappingURL=list.d.ts.map