UNPKG

@node-dlc/bitcoin

Version:
8 lines (7 loc) 206 B
export declare enum SigHashType { SIGHASH_ALL = 1, SIGHASH_NONE = 2, SIGHASH_SINGLE = 3, SIGHASH_ANYONECANPAY = 128 } export declare function isSigHashTypeValid(type: SigHashType): boolean;