CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
struct | catapult::ionet::NodeVersion_tag |
struct | catapult::ionet::NodeEndpoint |
A node's publicly accessible endpoint. More... | |
struct | catapult::ionet::NodeMetadata |
Additional node information. More... | |
class | catapult::ionet::Node |
A node in the catapult network. More... | |
struct | catapult::ionet::NodeHasher |
Hasher object for a node. More... | |
Namespaces | |
catapult | |
catapult::ionet | |
Typedefs | |
using | catapult::ionet::NodeVersion = utils::BaseValue< uint32_t, NodeVersion_tag > |
32-bit node version where first three bytes represent { major, minor, build } and last byte is user defined. More... | |
using | catapult::ionet::NodeSet = std::unordered_set< Node, NodeHasher > |
A set of nodes. More... | |