@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
13 lines • 346 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetConnectionCountParams = {
bitcoind: Bitcoind;
};
/**
* getconnectioncount
*
* Returns the number of connections to other nodes.
*
*/
export declare function getConnectionCount(params: GetConnectionCountParams): Promise<any>;
export {};
//# sourceMappingURL=get-connection-count.d.ts.map