CatapultServer  v0.5.0.1 (Elephant)
catapult::networkheight::NetworkHeightConfiguration Struct Reference

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
 

Detailed Description

Network height configuration settings.

Constructor & Destructor Documentation

◆ NetworkHeightConfiguration()

catapult::networkheight::NetworkHeightConfiguration::NetworkHeightConfiguration ( )
privatedefault
Here is the caller graph for this function:

Member Function Documentation

◆ LoadFromBag()

NetworkHeightConfiguration catapult::networkheight::NetworkHeightConfiguration::LoadFromBag ( const utils::ConfigurationBag bag)
static

Loads a network height configuration from bag.

Here is the call graph for this function:

◆ LoadFromPath()

NetworkHeightConfiguration catapult::networkheight::NetworkHeightConfiguration::LoadFromPath ( const boost::filesystem::path &  resourcesPath)
static

Loads a network height configuration from resourcesPath.

◆ Uninitialized()

NetworkHeightConfiguration catapult::networkheight::NetworkHeightConfiguration::Uninitialized ( )
static

Creates an uninitialized network height configuration.

Here is the call graph for this function:

Member Data Documentation

◆ MaxNodes

uint8_t catapult::networkheight::NetworkHeightConfiguration::MaxNodes

Number of nodes that this node should communicate with during network height detection.


The documentation for this struct was generated from the following files: