Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
utxo_snapshot.cpp File Reference
#include <node/utxo_snapshot.h>
#include <logging.h>
#include <streams.h>
#include <sync.h>
#include <tinyformat.h>
#include <txdb.h>
#include <uint256.h>
#include <util/fs.h>
#include <validation.h>
#include <cassert>
#include <cstdio>
#include <optional>
#include <string>
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< uint256node::ReadSnapshotBaseBlockhash (fs::path chaindir)
 
std::optional< fs::pathnode::FindSnapshotChainstateDir (const fs::path &data_dir)
 Return a path to the snapshot-based chainstate dir, if one exists. More...