UNPKG

@vbyte/btc-dev

Version:

Batteries-included toolset for plebian bitcoin development

5 lines (4 loc) 261 B
import { Bytes } from '@vbyte/buff'; import type { AddressInfo, ChainNetwork } from '../../types/index.js'; export declare function get_address(script: Bytes, network?: ChainNetwork): string; export declare function parse_address(address: string): AddressInfo;