UNPKG

@cmdcode/tapscript

Version:

A basic library for working with Tapscript, signatures and Bitcoin transactions.

5 lines 282 B
import { Buff } from '@cmdcode/buff-utils'; import { HashConfig } from '../types.js'; import { TxTemplate, Bytes } from '../../../schema/types.js'; export declare function hashTx(txdata: TxTemplate | Bytes, idx: number, config?: HashConfig): Buff; //# sourceMappingURL=hash.d.ts.map