UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

4 lines (3 loc) 200 B
import { Bytes } from '@vbyte/buff'; import type { SigHashOptions, TxData } from '../../types/index.js'; export declare function verify_tx(_txdata: TxData | Bytes, _config?: SigHashOptions): boolean;