TARAXA
|
#include <Host.h>
Public Member Functions | |
NodeInfo ()=default | |
NodeInfo (NodeID const &_id, std::string const &_address, unsigned _port, std::string const &_version, std::string const &_enr) | |
std::string | enode () const |
Public Attributes | |
NodeID | id |
std::string | address |
unsigned | port |
std::string | version |
std::string | enr |
|
default |
|
inline |
|
inline |
std::string dev::p2p::NodeInfo::address |
std::string dev::p2p::NodeInfo::enr |
NodeID dev::p2p::NodeInfo::id |
unsigned dev::p2p::NodeInfo::port |
std::string dev::p2p::NodeInfo::version |