Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <kernel/notifications_interface.h>
#include <arith_uint256.h>
#include <dbwrapper.h>
#include <primitives/blockhash.h>
#include <txdb.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} |
static constexpr bool | DEFAULT_STORE_RECENT_HEADERS_TIME {false} |
Definition at line 22 of file chainstatemanager_opts.h.
Definition at line 23 of file chainstatemanager_opts.h.
Definition at line 24 of file chainstatemanager_opts.h.