Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Variables
chainstatemanager_opts.h File Reference
#include <kernel/notifications_interface.h>
#include <arith_uint256.h>
#include <dbwrapper.h>
#include <txdb.h>
#include <uint256.h>
#include <util/time.h>
#include <cstdint>
#include <functional>
#include <optional>
Include dependency graph for chainstatemanager_opts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kernel::ChainstateManagerOpts
 An options struct for ChainstateManager, more ergonomically referred to as ChainstateManager::Options due to the using-declaration in ChainstateManager. More...
 

Namespaces

 kernel
 

Variables

static constexpr bool DEFAULT_CHECKPOINTS_ENABLED {true}
 
static constexpr auto DEFAULT_MAX_TIP_AGE {24h}
 

Variable Documentation

◆ DEFAULT_CHECKPOINTS_ENABLED

constexpr bool DEFAULT_CHECKPOINTS_ENABLED {true}
staticconstexpr

Definition at line 23 of file chainstatemanager_opts.h.

◆ DEFAULT_MAX_TIP_AGE

constexpr auto DEFAULT_MAX_TIP_AGE {24h}
staticconstexpr

Definition at line 24 of file chainstatemanager_opts.h.