UNPKG

@btc-vision/bitcoin-rpc

Version:

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

7 lines (6 loc) 147 B
export interface RPCConfig { BITCOIND_HOST: string; BITCOIND_PORT: number; BITCOIND_USERNAME: string; BITCOIND_PASSWORD: string; }