Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/bip174/src/lib/converter/output/tapTree.d.ts

import { KeyValue, TapTree } from '../../interfaces';
export declare function decode(keyVal: KeyValue): TapTree;
export declare function encode(tree: TapTree): KeyValue;
export declare const expected = "{ leaves: [{ depth: number; leafVersion: number, script: Buffer; }] }";
export declare function check(data: any): data is TapTree;
export declare function canAdd(currentData: any, newData: any): boolean;
Back to Directory File Manager