UNPKG

@dip1059/bitcoinjs-lib

Version:

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

9 lines (8 loc) 217 B
export declare function check(script: Buffer | Array<number | Buffer>): boolean; export declare namespace check { var toJSON: () => string; } declare const output: { check: typeof check; }; export { output };