@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
13 lines • 350 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetNetworkInfoParams = {
bitcoind: Bitcoind;
};
/**
* getnetworkinfo
*
* Returns an object containing various state info regarding P2P networking.
*
*/
export declare function getNetworkInfo(params: GetNetworkInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-network-info.d.ts.map