UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

4 lines (3 loc) 246 B
import { TaprootConfig, TaprootContext } from '../../types/index.js'; export declare function create_taproot(config: TaprootConfig): TaprootContext; export declare function verify_taproot(tapkey: string, target: string, cblock: string): boolean;