UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

5 lines (4 loc) 262 B
import { Stream } from '@vbyte/buff'; import { TxDecodedData } from '../../types/index.js'; export declare function decode_tx(txdata: string | Uint8Array, use_segwit?: boolean): TxDecodedData; export declare function read_payload(stream: Stream): string | null;