UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 348 B
import { Bitcoind } from '../../types.js'; type GetDifficultyParams = { bitcoind: Bitcoind; }; /** * getdifficulty * * Returns the proof-of-work difficulty as a multiple of the minimum difficulty. * */ export declare function getDifficulty(params: GetDifficultyParams): Promise<any>; export {}; //# sourceMappingURL=get-difficulty.d.ts.map