UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

Auto-generated Bitcoin client library for bitcoind JSON-RPC API

13 lines 336 B
import { Bitcoind } from '../../types.js'; type GetPeerInfoParams = { bitcoind: Bitcoind; }; /** * getpeerinfo * * Returns data about each connected network peer as a json array of objects. * */ export declare function getPeerInfo(params: GetPeerInfoParams): Promise<any>; export {}; //# sourceMappingURL=get-peer-info.d.ts.map