Definition at line 182 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::BlockTxnMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 188 of file messages.hpp.
188 {
189 READWRITE(this->resp);
190 }
◆ operator!=
Definition at line 195 of file messages.hpp.
195 {
196 return !(a == b);
197 }
◆ operator==
Definition at line 192 of file messages.hpp.
192 {
193 return a.resp == b.resp;
194 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::BlockTxnMsg::ADD_SERIALIZE_METHODS |
◆ resp
The documentation for this struct was generated from the following file: