CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
24 namespace catapult {
namespace tools {
27 config::CatapultConfiguration
LoadConfiguration(
const std::string& resourcesPath);
std::vector< ionet::Node > LoadPeersConfiguration(const boost::filesystem::path &path, model::NetworkIdentifier networkIdentifier)
Loads peers configuration from path for network networkIdentifier.
Definition: ConfigurationFileLoader.h:54
Comprehensive configuration for a catapult process.
Definition: CatapultConfiguration.h:34
NetworkIdentifier
Possible network identifiers.
Definition: NetworkInfo.h:45
Definition: AddressExtractionExtension.cpp:28
static CatapultConfiguration LoadFromPath(const boost::filesystem::path &resourcesPath, const std::string &extensionsHost)
Definition: CatapultConfiguration.cpp:61