5 #ifndef BITCOIN_KERNEL_BLOCKMANAGER_OPTS_H 6 #define BITCOIN_KERNEL_BLOCKMANAGER_OPTS_H 31 #endif // BITCOIN_KERNEL_BLOCKMANAGER_OPTS_H
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system...
An options struct for BlockManager, more ergonomically referred to as BlockManager::Options due to th...
const CChainParams & chainparams
Notifications & notifications
A base class defining functions for notifying about certain kernel events.
const fs::path blocks_dir
Path class wrapper to block calls to the fs::path(std::string) implicit constructor and the fs::path:...