UNPKG

@btc-vision/bitcoin-rpc

Version:

The one and only fully typed Bitcoin RPC client for Node.js

8 lines (7 loc) 177 B
export interface RPCConfig { BITCOIND_HOST: string; BITCOIND_PORT: number; BITCOIND_USERNAME: string; BITCOIND_PASSWORD: string; BITCOIND_HTTPS?: boolean; }