#include <config.hpp>
◆ ChainIdType
Enumerator |
---|
Mainnet | |
Testnet | |
Devnet | |
LastNetworkId | |
◆ Config()
taraxa::cli::Config::Config |
( |
| ) |
|
◆ addCliOptions()
void taraxa::cli::Config::addCliOptions |
( |
const bpo::options_description & |
options | ) |
|
◆ dirNameFromFile()
std::string taraxa::cli::Config::dirNameFromFile |
( |
const std::string & |
file | ) |
|
|
protected |
◆ getCliOptions()
const bpo::variables_map & taraxa::cli::Config::getCliOptions |
( |
| ) |
const |
|
inline |
◆ getEnabledPlugins()
const std::vector< std::string > & taraxa::cli::Config::getEnabledPlugins |
( |
| ) |
const |
|
inline |
◆ getNodeConfiguration()
◆ makeMainOptions()
bpo::options_description taraxa::cli::Config::makeMainOptions |
( |
| ) |
|
|
protected |
◆ makeNodeOptions()
bpo::options_description taraxa::cli::Config::makeNodeOptions |
( |
const std::string & |
available_plugins | ) |
|
|
protected |
◆ nodeConfigured()
bool taraxa::cli::Config::nodeConfigured |
( |
| ) |
const |
◆ parseCommandLine()
void taraxa::cli::Config::parseCommandLine |
( |
int |
argc, |
|
|
const char * |
argv[], |
|
|
const std::string & |
available_plugins = {} |
|
) |
| |
◆ cli_options_
bpo::variables_map taraxa::cli::Config::cli_options_ |
|
protected |
◆ config
std::string taraxa::cli::Config::config |
|
protected |
◆ data_dir
std::string taraxa::cli::Config::data_dir |
|
protected |
◆ DEFAULT_CHAIN_ID
◆ genesis
std::string taraxa::cli::Config::genesis |
|
protected |
◆ node_config_
◆ node_configured_
bool taraxa::cli::Config::node_configured_ = false |
|
protected |
◆ overwrite_config
bool taraxa::cli::Config::overwrite_config |
|
protected |
◆ plugins_
std::vector<std::string> taraxa::cli::Config::plugins_ = {"RPC"} |
|
protected |
◆ plugins_options_
bpo::options_description taraxa::cli::Config::plugins_options_ |
|
protected |
◆ wallets
std::vector<std::string> taraxa::cli::Config::wallets |
|
protected |
The documentation for this class was generated from the following files: