UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

15 lines 480 B
import { Bitcoind } from '../../types.js'; type ReconsiderBlockParams = { bitcoind: Bitcoind; blockhash: string; }; /** * reconsiderblock "blockhash" * * Removes invalidity status of a block, its ancestors and its descendants, reconsider them for activation. * This can be used to undo the effects of invalidateblock. * */ export declare function reconsiderBlock(params: ReconsiderBlockParams): Promise<any>; export {}; //# sourceMappingURL=reconsider-block.d.ts.map