Bitcoin ABC  0.29.2
P2P Digital Currency
Namespaces | Functions
utxo_snapshot.cpp File Reference
#include <node/utxo_snapshot.h>
#include <fs.h>
#include <logging.h>
#include <primitives/blockhash.h>
#include <streams.h>
#include <util/system.h>
#include <validation.h>
#include <cstdio>
#include <optional>
Include dependency graph for utxo_snapshot.cpp:

Go to the source code of this file.

Namespaces

 node
 

Functions

bool node::WriteSnapshotBaseBlockhash (Chainstate &snapshot_chainstate)
 
std::optional< BlockHashnode::ReadSnapshotBaseBlockhash (const fs::path &chaindir)
 
std::optional< fs::pathnode::FindSnapshotChainstateDir ()
 Return a path to the snapshot-based chainstate dir, if one exists. More...