Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <chainstate.h>
Public Attributes | |
CTxMemPool * | mempool {nullptr} |
bool | block_tree_db_in_memory {false} |
bool | coins_db_in_memory {false} |
bool | reindex {false} |
bool | reindex_chainstate {false} |
bool | prune {false} |
bool | require_full_verification {true} |
int64_t | check_blocks {DEFAULT_CHECKBLOCKS} |
int64_t | check_level {DEFAULT_CHECKLEVEL} |
std::function< bool()> | check_interrupt |
std::function< void()> | coins_error_cb |
Definition at line 26 of file chainstate.h.
bool node::ChainstateLoadOptions::block_tree_db_in_memory {false} |
Definition at line 28 of file chainstate.h.
int64_t node::ChainstateLoadOptions::check_blocks {DEFAULT_CHECKBLOCKS} |
Definition at line 34 of file chainstate.h.
std::function<bool()> node::ChainstateLoadOptions::check_interrupt |
Definition at line 36 of file chainstate.h.
int64_t node::ChainstateLoadOptions::check_level {DEFAULT_CHECKLEVEL} |
Definition at line 35 of file chainstate.h.
bool node::ChainstateLoadOptions::coins_db_in_memory {false} |
Definition at line 29 of file chainstate.h.
std::function<void()> node::ChainstateLoadOptions::coins_error_cb |
Definition at line 37 of file chainstate.h.
CTxMemPool* node::ChainstateLoadOptions::mempool {nullptr} |
Definition at line 27 of file chainstate.h.
bool node::ChainstateLoadOptions::prune {false} |
Definition at line 32 of file chainstate.h.
bool node::ChainstateLoadOptions::reindex {false} |
Definition at line 30 of file chainstate.h.
bool node::ChainstateLoadOptions::reindex_chainstate {false} |
Definition at line 31 of file chainstate.h.
bool node::ChainstateLoadOptions::require_full_verification {true} |
Definition at line 33 of file chainstate.h.