@cmdcode/tapscript
Version:
A basic library for working with Tapscript, signatures and Bitcoin transactions.
5 lines • 320 B
TypeScript
import { Buff } from '@cmdcode/buff-utils';
import { TxTemplate } from '../../../schema/types.js';
import { HashConfig } from '../types.js';
export declare function signTx(seckey: string | Uint8Array, txdata: TxTemplate | string | Uint8Array, index: number, config?: HashConfig): Buff;
//# sourceMappingURL=sign.d.ts.map