UNPKG

@0xcert/merkle

Version:

Implementation of basic functions of binary Merkle tree.

7 lines (6 loc) 145 B
import { Spec } from '@hayspec/spec'; import { Merkle } from '../../..'; declare const spec: Spec<{ merkle: Merkle; }>; export default spec;