Bitcoin ABC  0.26.3
P2P Digital Currency
Namespaces | Functions
chainstate.cpp File Reference
#include <node/chainstate.h>
#include <chainparams.h>
#include <config.h>
#include <consensus/params.h>
#include <node/blockstorage.h>
#include <node/caches.h>
#include <validation.h>
Include dependency graph for chainstate.cpp:

Go to the source code of this file.

Namespaces

 node
 

Functions

static ChainstateLoadResult node::CompleteChainstateInitialization (ChainstateManager &chainman, const CacheSizes &cache_sizes, const ChainstateLoadOptions &options) EXCLUSIVE_LOCKS_REQUIRED(
 
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)