![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
#include <clientversion.h>#include <fs.h>#include <logging.h>#include <node/context.h>#include <node/utxo_snapshot.h>#include <rpc/blockchain.h>#include <validation.h>#include <univalue.h>Go to the source code of this file.
Functions | |
| template<typename F = decltype(NoMalleation)> | |
| static bool | CreateAndActivateUTXOSnapshot (node::NodeContext &node, const fs::path root, F malleation=NoMalleation) |
| Create and activate a UTXO snapshot, optionally providing a function to malleate the snapshot. More... | |
Variables | |
| const auto | NoMalleation = [](AutoFile& file, node::SnapshotMetadata& meta){} |
|
static |
Create and activate a UTXO snapshot, optionally providing a function to malleate the snapshot.
Definition at line 26 of file chainstate.h.
| const auto NoMalleation = [](AutoFile& file, node::SnapshotMetadata& meta){} |
Definition at line 18 of file chainstate.h.
1.8.14