CatapultServer
v0.5.0.1 (Elephant)
|
NodeRoles
A node's role.
Definition: NodeRoles.h:28
Key ParseKey(const std::string &keyString)
Parses a key from a string (keyString) and returns the result.
Definition: KeyUtils.cpp:35
NetworkIdentifier
Possible network identifiers.
Definition: NetworkInfo.h:45
#define CATAPULT_THROW_RUNTIME_ERROR(MESSAGE)
Macro used to throw a catapult runtime error.
Definition: exceptions.h:167
std::vector< ionet::Node > LoadPeersFromPath(const std::string &path, model::NetworkIdentifier networkIdentifier)
Loads peers from the specified path for the network identified by networkIdentifier.
Definition: PeersConfiguration.cpp:106
Definition: AddressExtractionExtension.cpp:28
bool TryParseValue(const std::string &str, ConnectionSecurityMode &modes)
Tries to parse str into connection security modes.
Definition: IoEnums.cpp:72
std::vector< ionet::Node > LoadPeersFromStream(std::istream &input, model::NetworkIdentifier networkIdentifier)
Loads peers from the specified stream (input) for the network identified by networkIdentifier.
Definition: PeersConfiguration.cpp:100