veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Definition at line 56 of file messages.hpp.
Public Member Functions | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
std::vector< Inv > | vInv |
ADD_SERIALIZE_METHODS | |
Friends | |
bool | operator== (const InvMsg &a, const InvMsg &b) |
bool | operator!= (const InvMsg &a, const InvMsg &b) |
|
inline |
Definition at line 62 of file messages.hpp.
Definition at line 69 of file messages.hpp.
Definition at line 66 of file messages.hpp.
altintegration::btc::InvMsg::ADD_SERIALIZE_METHODS |
Definition at line 59 of file messages.hpp.
std::vector<Inv> altintegration::btc::InvMsg::vInv |
Definition at line 57 of file messages.hpp.