Definition at line 82 of file block.hpp.
◆ BlockLocator()
altintegration::btc::BlockLocator::BlockLocator |
( |
const std::vector< uint256 > & |
vHave | ) |
|
|
inline |
◆ SerializationOp()
template<typename Stream , typename Operation >
void altintegration::btc::BlockLocator::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 92 of file block.hpp.
92 {
93 int nVersion = s.getVersion();
94 READWRITE(nVersion);
95 READWRITE(vHave);
96 }
◆ operator!=
Definition at line 102 of file block.hpp.
102 {
103 return !(a == b);
104 }
◆ operator==
Definition at line 98 of file block.hpp.
98 {
99 return a.vHave == b.vHave;
100 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::BlockLocator::ADD_SERIALIZE_METHODS |
◆ vHave
std::vector<uint256> altintegration::btc::BlockLocator::vHave |
The documentation for this struct was generated from the following file: