![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <util/translation.h>#include <validation.h>#include <cstdint>#include <functional>#include <tuple>Go to the source code of this file.
Classes | |
| struct | node::ChainstateLoadOptions |
Namespaces | |
| node | |
Typedefs | |
| using | node::ChainstateLoadResult = std::tuple< ChainstateLoadStatus, bilingual_str > |
| Chainstate load status code and optional error string. More... | |
Functions | |
| ChainstateLoadResult | node::LoadChainstate (ChainstateManager &chainman, const CacheSizes &cache_sizes, const ChainstateLoadOptions &options) |
| This sequence can have 4 types of outcomes: More... | |
| ChainstateLoadResult | node::VerifyLoadedChainstate (ChainstateManager &chainman, const ChainstateLoadOptions &options) |
1.8.14