UNPKG

@dip1059/bitcoinjs-lib

Version:

bitcoinjs-lib with some other btc based network support. Cloned from https://github.com/junderw/bitcoinjs-lib/tree/cashv5

5 lines (4 loc) 173 B
export declare function check(script: Buffer | Array<number | Buffer>, allowIncomplete?: boolean): boolean; export declare namespace check { var toJSON: () => string; }