UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

4 lines (3 loc) 164 B
import { Bytes } from '@vbyte/buff'; import type { WitnessData } from '../../types/index.js'; export declare function parse_witness(witness: Bytes[]): WitnessData;