![]() |
Bitcoin ABC 0.32.4
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 |
| uint64_t | prune_target {0} |
| bool | fast_prune {false} |
| bool | stop_after_block_import {DEFAULT_STOPAFTERBLOCKIMPORT} |
| 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 26 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 25 of file blockmanager_opts.h.
| bool kernel::BlockManagerOpts::stop_after_block_import {DEFAULT_STOPAFTERBLOCKIMPORT} |
Definition at line 27 of file blockmanager_opts.h.