Definition at line 90 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::GetBlocksMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 97 of file messages.hpp.
97 {
98 READWRITE(this->locator);
99 READWRITE(this->hashStop);
100 }
◆ operator!=
Definition at line 105 of file messages.hpp.
105 {
106 return !(a == b);
107 }
◆ operator==
Definition at line 102 of file messages.hpp.
102 {
103 return a.locator == b.locator && a.hashStop == b.hashStop;
104 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::GetBlocksMsg::ADD_SERIALIZE_METHODS |
◆ hashStop
uint256 altintegration::btc::GetBlocksMsg::hashStop |
◆ locator
The documentation for this struct was generated from the following file: