UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 275 B
import { Bitcoind } from '../../types.js'; type UpTimeParams = { bitcoind: Bitcoind; }; /** * uptime * * Returns the total uptime of the server. * */ export declare function upTime(params: UpTimeParams): Promise<any>; export {}; //# sourceMappingURL=up-time.d.ts.map