Definition at line 110 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::GetBlockTxnMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 116 of file messages.hpp.
116 {
117 READWRITE(this->req);
118 }
◆ operator!=
Definition at line 123 of file messages.hpp.
123 {
124 return !(a == b);
125 }
◆ operator==
Definition at line 120 of file messages.hpp.
120 {
121 return a.req == b.req;
122 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::GetBlockTxnMsg::ADD_SERIALIZE_METHODS |
◆ req
The documentation for this struct was generated from the following file: