UNPKG

@cmdcode/tapscript

Version:

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

12 lines 297 B
import { Bytes } from '../../schema/types.js'; export interface HashConfig { extension?: Bytes; pubkey?: Bytes; script?: Bytes; sigflag?: number; separator_pos?: number; extflag?: number; key_version?: number; throws?: boolean; } //# sourceMappingURL=types.d.ts.map