Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <validation.h>
#include <cstdint>
#include <functional>
#include <optional>
Go to the source code of this file.
Classes | |
struct | node::ChainstateLoadOptions |
Namespaces | |
namespace | Consensus |
namespace | node |
Typedefs | |
using | node::ChainstateLoadResult = std::tuple< ChainstateLoadStatus, bilingual_str > |
Chainstate load status code and optional error string. More... | |
Enumerations | |
enum class | node::ChainstateLoadStatus { node::SUCCESS , node::FAILURE , node::FAILURE_FATAL , node::FAILURE_INCOMPATIBLE_DB , node::FAILURE_INSUFFICIENT_DBCACHE , node::INTERRUPTED } |
Chainstate load status. 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) |