|
veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Definition at line 121 of file net_entities.hpp.
Inheritance diagram for altintegration::btc::Address:
Collaboration diagram for altintegration::btc::Address:Public Member Functions | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Member Functions inherited from altintegration::btc::Service | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Member Functions inherited from altintegration::btc::NetAddr | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| ServiceFlags | nServices |
| uint32_t | nTime |
| ADD_SERIALIZE_METHODS | |
Public Attributes inherited from altintegration::btc::Service | |
| uint16_t | port |
| ADD_SERIALIZE_METHODS | |
Public Attributes inherited from altintegration::btc::NetAddr | |
| uint8_t | ip [16] |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const Address &a, const Address &b) |
| bool | operator!= (const Address &a, const Address &b) |
|
inline |
Definition at line 129 of file net_entities.hpp.
Definition at line 140 of file net_entities.hpp.
Definition at line 137 of file net_entities.hpp.
| altintegration::btc::Address::ADD_SERIALIZE_METHODS |
Definition at line 126 of file net_entities.hpp.
| ServiceFlags altintegration::btc::Address::nServices |
Definition at line 122 of file net_entities.hpp.
| uint32_t altintegration::btc::Address::nTime |
Definition at line 124 of file net_entities.hpp.