@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
13 lines • 380 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetChainTipsParams = {
bitcoind: Bitcoind;
};
/**
* getchaintips
*
* Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
*
*/
export declare function getChainTips(params: GetChainTipsParams): Promise<any>;
export {};
//# sourceMappingURL=get-chain-tips.d.ts.map