@cmdcode/tapscript
Version:
A basic library for working with Tapscript, signatures and Bitcoin transactions.
5 lines • 309 B
TypeScript
import { Buff, Bytes } from '@cmdcode/buff-utils';
export declare function checkSize(input: Bytes, size: number): void;
export declare function safeThrow(errorMsg: string, shouldThrow: boolean): boolean;
export declare function hashTag(tag: string, ...data: Bytes[]): Buff;
//# sourceMappingURL=utils.d.ts.map