UNPKG

@chainlink/renvm-address-set

Version:
5 lines 305 B
/// <reference types="node" /> import * as bitcoin from 'bitcoinjs-lib'; export declare const getNetwork: (network: string) => bitcoin.networks.Network | undefined; export declare const p2pkh: (hash: Buffer, network: bitcoin.networks.Network) => bitcoin.payments.Payment; //# sourceMappingURL=btc.d.ts.map