CatapultServer
v0.5.0.1 (Elephant)
|
Namespaces | |
catapult | |
catapult::config | |
Functions | |
std::vector< ionet::Node > | catapult::config::LoadPeersFromStream (std::istream &input, model::NetworkIdentifier networkIdentifier) |
Loads peers from the specified stream (input) for the network identified by networkIdentifier. More... | |
std::vector< ionet::Node > | catapult::config::LoadPeersFromPath (const std::string &path, model::NetworkIdentifier networkIdentifier) |
Loads peers from the specified path for the network identified by networkIdentifier. More... | |