Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
utxo_snapshot.cpp File Reference
#include <node/utxo_snapshot.h>
#include <streams.h>
#include <sync.h>
#include <tinyformat.h>
#include <uint256.h>
#include <util/fs.h>
#include <util/log.h>
#include <validation.h>
#include <cassert>
#include <cstdio>
#include <optional>
#include <span>
#include <string>
Include dependency graph for utxo_snapshot.cpp:

Go to the source code of this file.

Namespaces

namespace  node

Functions

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