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) 196 B
import { Stack } from '../../payments'; export declare function check(script: Buffer | Stack, allowIncomplete?: boolean): boolean; export declare namespace check { var toJSON: () => string; }