Definition at line 164 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::CmpctBlockMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 170 of file messages.hpp.
170 {
171 READWRITE(this->block_header);
172 }
◆ operator!=
Definition at line 177 of file messages.hpp.
177 {
178 return !(a == b);
179 }
◆ operator==
Definition at line 174 of file messages.hpp.
174 {
175 return a.block_header == b.block_header;
176 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::CmpctBlockMsg::ADD_SERIALIZE_METHODS |
◆ block_header
The documentation for this struct was generated from the following file: