CatapultServer
v0.5.0.1 (Elephant)
|
Information about a network. More...
Public Member Functions | |
constexpr | NetworkInfo () |
Creates a default, uninitialized network info. More... | |
constexpr | NetworkInfo (NetworkIdentifier identifier, const Key &publicKey, const catapult::GenerationHash &generationHash) |
Public Attributes | |
NetworkIdentifier | Identifier |
Network identifier. More... | |
Key | PublicKey |
Nemesis public key. More... | |
catapult::GenerationHash | GenerationHash |
Nemesis generation hash. More... | |
Information about a network.
|
inlineconstexpr |
Creates a default, uninitialized network info.
|
inlineconstexpr |
Creates a network info around a network identifier, a nemesis public key (publicKey) and a nemesis generation hash (generationHash).
catapult::GenerationHash catapult::model::NetworkInfo::GenerationHash |
Nemesis generation hash.
NetworkIdentifier catapult::model::NetworkInfo::Identifier |
Network identifier.
Key catapult::model::NetworkInfo::PublicKey |
Nemesis public key.