Bitcoin Core 28.99.0
P2P Digital Currency
|
#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>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
bool | node::WriteSnapshotBaseBlockhash (Chainstate &snapshot_chainstate) |
std::optional< uint256 > | node::ReadSnapshotBaseBlockhash (fs::path chaindir) |
std::optional< fs::path > | node::FindSnapshotChainstateDir (const fs::path &data_dir) |
Return a path to the snapshot-based chainstate dir, if one exists. More... | |