Bitcoin Core 28.99.0
P2P Digital Currency
|
An options struct for BlockManager
, more ergonomically referred to as BlockManager::Options
due to the using-declaration in BlockManager
.
More...
#include <blockmanager_opts.h>
Public Attributes | |
const CChainParams & | chainparams |
bool | use_xor {DEFAULT_XOR_BLOCKSDIR} |
uint64_t | prune_target {0} |
bool | fast_prune {false} |
const fs::path | blocks_dir |
Notifications & | notifications |
An options struct for BlockManager
, more ergonomically referred to as BlockManager::Options
due to the using-declaration in BlockManager
.
Definition at line 23 of file blockmanager_opts.h.
const fs::path kernel::BlockManagerOpts::blocks_dir |
Definition at line 28 of file blockmanager_opts.h.
const CChainParams& kernel::BlockManagerOpts::chainparams |
Definition at line 24 of file blockmanager_opts.h.
bool kernel::BlockManagerOpts::fast_prune {false} |
Definition at line 27 of file blockmanager_opts.h.
Notifications& kernel::BlockManagerOpts::notifications |
Definition at line 29 of file blockmanager_opts.h.
uint64_t kernel::BlockManagerOpts::prune_target {0} |
Definition at line 26 of file blockmanager_opts.h.
bool kernel::BlockManagerOpts::use_xor {DEFAULT_XOR_BLOCKSDIR} |
Definition at line 25 of file blockmanager_opts.h.