Bitcoin ABC  0.26.3
P2P Digital Currency
Namespaces | Functions
mempool_persist.h File Reference
#include <fs.h>
Include dependency graph for mempool_persist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kernel
 

Functions

bool kernel::DumpMempool (const CTxMemPool &pool, const fs::path &dump_path, fsbridge::FopenFn mockable_fopen_function=fsbridge::fopen, bool skip_file_commit=false)
 Dump the mempool to disk. More...
 
bool kernel::LoadMempool (CTxMemPool &pool, const fs::path &load_path, Chainstate &active_chainstate, fsbridge::FopenFn mockable_fopen_function=fsbridge::fopen)
 Load the mempool from disk. More...