Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <kernel/notifications_interface.h>
#include <arith_uint256.h>
#include <dbwrapper.h>
#include <script/sigcache.h>
#include <txdb.h>
#include <uint256.h>
#include <util/time.h>
#include <cstdint>
#include <functional>
#include <optional>
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 | |
namespace | kernel |
Variables | |
static constexpr bool | DEFAULT_CHECKPOINTS_ENABLED {true} |
static constexpr auto | DEFAULT_MAX_TIP_AGE {24h} |
|
staticconstexpr |
Definition at line 24 of file chainstatemanager_opts.h.
|
staticconstexpr |
Definition at line 25 of file chainstatemanager_opts.h.