UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

4 lines (3 loc) 232 B
import type { TapTree, MerkleProof } from '../../types/index.js'; export declare function get_merkle_root(leaves: TapTree): string; export declare function merkleize(taptree: TapTree, target?: string, path?: string[]): MerkleProof;