Fabcoin Core
0.16.2
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 338 of file protocol.h.
CInv::CInv | ( | ) |
Definition at line 148 of file protocol.cpp.
CInv::CInv | ( | int | typeIn, |
const uint256 & | hashIn | ||
) |
Definition at line 154 of file protocol.cpp.
std::string CInv::GetCommand | ( | ) | const |
|
inline |
std::string CInv::ToString | ( | ) | const |
Definition at line 178 of file protocol.cpp.
Definition at line 156 of file protocol.cpp.
CInv::ADD_SERIALIZE_METHODS |
Definition at line 344 of file protocol.h.
uint256 CInv::hash |
Definition at line 361 of file protocol.h.
int CInv::type |
Definition at line 360 of file protocol.h.