![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
An options struct for ChainstateManager, more ergonomically referred to as ChainstateManager::Options due to the using-declaration in ChainstateManager.
More...
#include <chainstatemanager_opts.h>
Public Attributes | |
| const CChainParams & | chainparams |
| const std::function< NodeClock::time_point()> | adjusted_time_callback {nullptr} |
An options struct for ChainstateManager, more ergonomically referred to as ChainstateManager::Options due to the using-declaration in ChainstateManager.
Definition at line 22 of file chainstatemanager_opts.h.
| const std::function<NodeClock::time_point()> kernel::ChainstateManagerOpts::adjusted_time_callback {nullptr} |
Definition at line 24 of file chainstatemanager_opts.h.
| const CChainParams& kernel::ChainstateManagerOpts::chainparams |
Definition at line 23 of file chainstatemanager_opts.h.
1.8.14