CatapultServer
v0.5.0.1 (Elephant)
|
Network height configuration settings. More...
Static Public Member Functions | |
static NetworkHeightConfiguration | Uninitialized () |
Creates an uninitialized network height configuration. More... | |
static NetworkHeightConfiguration | LoadFromBag (const utils::ConfigurationBag &bag) |
Loads a network height configuration from bag. More... | |
static NetworkHeightConfiguration | LoadFromPath (const boost::filesystem::path &resourcesPath) |
Loads a network height configuration from resourcesPath. More... | |
Public Attributes | |
uint8_t | MaxNodes |
Number of nodes that this node should communicate with during network height detection. More... | |
Private Member Functions | |
NetworkHeightConfiguration ()=default | |
Network height configuration settings.
|
privatedefault |
|
static |
Loads a network height configuration from bag.
|
static |
Loads a network height configuration from resourcesPath.
|
static |
Creates an uninitialized network height configuration.
uint8_t catapult::networkheight::NetworkHeightConfiguration::MaxNodes |
Number of nodes that this node should communicate with during network height detection.