18const std::filesystem::path 
configs_path = std::filesystem::current_path() / 
"config_jsons";
 
   38Json::Value 
overrideConfig(Json::Value& config, std::string& data_dir, 
const std::vector<std::string>& boot_nodes,
 
   39                           const std::vector<std::string>& log_channels,
 
   40                           const std::vector<std::string>& log_configurations,
 
   41                           const std::vector<std::string>& boot_nodes_append,
 
   42                           const std::vector<std::string>& log_channels_append);
 
   43Json::Value 
overrideWallet(Json::Value& wallet, 
const std::string& node_key, 
const std::string& vrf_key);
 
 
Definition FixedHash.h:35
 
ChainIdType
Definition config.hpp:64