UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 341 B
import { Bitcoind } from '../../types.js'; type SaveMempoolParams = { bitcoind: Bitcoind; }; /** * savemempool * * Dumps the mempool to disk. It will fail until the previous dump is fully loaded. * */ export declare function saveMempool(params: SaveMempoolParams): Promise<any>; export {}; //# sourceMappingURL=save-mempool.d.ts.map