UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 406 B
import { Bitcoind } from '../../types.js'; type AbortRescanParams = { bitcoind: Bitcoind; }; /** * abortrescan * * Stops current wallet rescan triggered by an RPC call, e.g. by an importprivkey call. * Note: Use "getwalletinfo" to query the scanning progress. * */ export declare function abortRescan(params: AbortRescanParams): Promise<any>; export {}; //# sourceMappingURL=abort-rescan.d.ts.map