UNPKG

@dip1059/bitcoinjs-lib

Version:

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

6 lines (5 loc) 169 B
import { Stack } from '../../payments'; export declare function check(script: Buffer | Stack): boolean; export declare namespace check { var toJSON: () => string; }