Definition at line 128 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::GetHeadersMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 135 of file messages.hpp.
135 {
136 READWRITE(this->locator);
137 READWRITE(this->hashStop);
138 }
◆ operator!=
Definition at line 143 of file messages.hpp.
143 {
144 return !(a == b);
145 }
◆ operator==
Definition at line 140 of file messages.hpp.
140 {
141 return a.locator == b.locator && a.hashStop == b.hashStop;
142 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::GetHeadersMsg::ADD_SERIALIZE_METHODS |
◆ hashStop
uint256 altintegration::btc::GetHeadersMsg::hashStop |
◆ locator
The documentation for this struct was generated from the following file: