UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 368 B
import { Bitcoind } from '../../types.js'; type GetBestBlockHashParams = { bitcoind: Bitcoind; }; /** * getbestblockhash * * Returns the hash of the best (tip) block in the most-work fully-validated chain. * */ export declare function getBestBlockHash(params: GetBestBlockHashParams): Promise<any>; export {}; //# sourceMappingURL=get-best-block-hash.d.ts.map