| 
    TARAXA
    
   | 
 
#include "common/vrf_wrapper.hpp"#include "config/genesis.hpp"#include "config/network.hpp"#include "logger/logger_config.hpp"
Go to the source code of this file.
Classes | |
| struct | taraxa::DBConfig | 
| struct | taraxa::WalletConfig | 
| struct | taraxa::FullNodeConfig | 
Namespaces | |
| namespace | taraxa | 
Functions | |
| void | taraxa::dec_json (Json::Value const &json, DBConfig &db_config) | 
| std::ostream & | taraxa::operator<< (std::ostream &strm, NodeConfig const &conf) | 
| std::ostream & | taraxa::operator<< (std::ostream &strm, NetworkConfig const &conf) | 
| std::ostream & | taraxa::operator<< (std::ostream &strm, FullNodeConfig const &conf) | 
| struct taraxa::DBConfig | 
| Class Members | ||
|---|---|---|
| uint32_t | db_max_open_files = 0 | |
| uint32_t | db_max_snapshots = 0 | |
| PbftPeriod | db_revert_to_period = 0 | |
| uint32_t | db_snapshot_each_n_pbft_block = 0 | |
| bool | migrate_only = false | |
| bool | migrate_receipts_by_period = false | |
| bool | rebuild_db = false | |
| PbftPeriod | rebuild_db_period = 0 | |