TARAXA
|
#include "common/vrf_wrapper.hpp"
#include "config/genesis.hpp"
#include "config/network.hpp"
#include "logger/logging_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) |
void | taraxa::dec_json (const Json::Value &json, LoggingConfig &obj, std::filesystem::path data_path) |
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 | prune_state_db = false | |
bool | rebuild_db = false | |
PbftPeriod | rebuild_db_period = 0 |