bitcoinjs-lib/types/templates/nulldata.d.ts

9 lines
217 B
TypeScript
Raw Normal View History

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 };