UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

4 lines (3 loc) 279 B
import type { SigHashOptions, TxData } from '../../types/index.js'; export declare function sign_segwit_tx(seckey: string, txdata: TxData, options: SigHashOptions): string; export declare function sign_taproot_tx(seckey: string, txdata: TxData, options: SigHashOptions): string;