veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Definition at line 145 of file net_entities.hpp.
Public Member Functions | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
int32_t | nVersion |
int64_t | nCreateTime |
int64_t | nBanUntil |
uint8_t | banReason |
ADD_SERIALIZE_METHODS | |
Friends | |
bool | operator== (const BanEntry &a, const BanEntry &b) |
bool | operator!= (const BanEntry &a, const BanEntry &b) |
|
inline |
Definition at line 154 of file net_entities.hpp.
Definition at line 165 of file net_entities.hpp.
Definition at line 161 of file net_entities.hpp.
altintegration::btc::BanEntry::ADD_SERIALIZE_METHODS |
Definition at line 151 of file net_entities.hpp.
uint8_t altintegration::btc::BanEntry::banReason |
Definition at line 149 of file net_entities.hpp.
int64_t altintegration::btc::BanEntry::nBanUntil |
Definition at line 148 of file net_entities.hpp.
int64_t altintegration::btc::BanEntry::nCreateTime |
Definition at line 147 of file net_entities.hpp.
int32_t altintegration::btc::BanEntry::nVersion |
Definition at line 146 of file net_entities.hpp.