![]() |
Bitcoin Core
0.19.99
P2P Digital Currency
|
inv message data More...
#include <protocol.h>
Public Member Functions | |
CInv () | |
CInv (int typeIn, const uint256 &hashIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
std::string | GetCommand () const |
std::string | ToString () const |
Public Attributes | |
ADD_SERIALIZE_METHODS | |
int | type |
uint256 | hash |
Friends | |
bool | operator< (const CInv &a, const CInv &b) |
inv message data
Definition at line 374 of file protocol.h.
CInv::CInv | ( | ) |
Definition at line 159 of file protocol.cpp.
CInv::CInv | ( | int | typeIn, |
const uint256 & | hashIn | ||
) |
Definition at line 165 of file protocol.cpp.
std::string CInv::GetCommand | ( | ) | const |
|
inline |
std::string CInv::ToString | ( | ) | const |
Definition at line 189 of file protocol.cpp.
Definition at line 167 of file protocol.cpp.
CInv::ADD_SERIALIZE_METHODS |
Definition at line 380 of file protocol.h.
uint256 CInv::hash |
Definition at line 396 of file protocol.h.
int CInv::type |
Definition at line 395 of file protocol.h.