Definition at line 254 of file messages.hpp.
|
template<typename Stream , typename Operation > |
void | SerializationOp (Stream &s, Operation ser_action) |
|
◆ SerializationOp()
template<typename Stream , typename Operation >
void altintegration::btc::NotFoundMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 260 of file messages.hpp.
260 {
261 READWRITE(this->vInv);
262 }
◆ operator!=
Definition at line 267 of file messages.hpp.
267 {
268 return !(a == b);
269 }
◆ operator==
Definition at line 264 of file messages.hpp.
264 {
265 return a.vInv == b.vInv;
266 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::NotFoundMsg::ADD_SERIALIZE_METHODS |
◆ vInv
std::vector<Inv> altintegration::btc::NotFoundMsg::vInv |
The documentation for this struct was generated from the following file: