![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <node/utxo_snapshot.h>#include <logging.h>#include <primitives/blockhash.h>#include <streams.h>#include <util/fs.h>#include <validation.h>#include <cstdio>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | node |
Functions | |
| bool | node::WriteSnapshotBaseBlockhash (Chainstate &snapshot_chainstate) |
| std::optional< BlockHash > | node::ReadSnapshotBaseBlockhash (const 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... | |