@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 355 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetBlockHashParams = {
bitcoind: Bitcoind;
height: number;
};
/**
* getblockhash height
*
* Returns hash of block in best-block-chain at height provided.
*
*/
export declare function getBlockHash(params: GetBlockHashParams): Promise<any>;
export {};
//# sourceMappingURL=get-block-hash.d.ts.map