CatapultServer  v0.5.0.1 (Elephant)
NetworkNode.h File Reference
Include dependency graph for NetworkNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::ionet::NetworkNode
 Information about a catapult node that is propagated through the network. More...
 

Namespaces

 catapult
 
 catapult::ionet
 

Functions

std::unique_ptr< NetworkNode > catapult::ionet::PackNode (const Node &node)
 Packs a node model into a network node. More...
 
Node catapult::ionet::UnpackNode (const NetworkNode &networkNode)
 Unpacks a network node (networkNode) into a node model. More...