UNPKG

merkle-reference

Version:

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

5 lines 211 B
export const name: "Null"; export const tag: symbol; export function toBytes(_: null): Uint8Array<ArrayBuffer>; export function toTree(value: null): import("./tree.js").Branch; //# sourceMappingURL=null.d.ts.map