![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
inv message data More...
#include <protocol.h>
Public Member Functions | |
| CInv () | |
| CInv (uint32_t typeIn, const uint256 &hashIn) | |
| SERIALIZE_METHODS (CInv, obj) | |
| std::string | GetMessageType () const |
| std::string | ToString () const |
| bool | IsMsgTx () const |
| bool | IsMsgBlk () const |
| bool | IsMsgWtx () const |
| bool | IsMsgFilteredBlk () const |
| bool | IsMsgCmpctBlk () const |
| bool | IsMsgWitnessBlk () const |
| bool | IsGenTxMsg () const |
| bool | IsGenBlkMsg () const |
Public Attributes | |
| uint32_t | type |
| uint256 | hash |
Friends | |
| bool | operator< (const CInv &a, const CInv &b) |
inv message data
Definition at line 493 of file protocol.h.
| CInv::CInv | ( | ) |
| CInv::CInv | ( | uint32_t | typeIn, |
| const uint256 & | hashIn ) |
Definition at line 51 of file protocol.cpp.
| std::string CInv::GetMessageType | ( | ) | const |
|
inline |
Definition at line 519 of file protocol.h.
|
inline |
|
inline |
Definition at line 508 of file protocol.h.
|
inline |
Definition at line 511 of file protocol.h.
|
inline |
Definition at line 510 of file protocol.h.
|
inline |
Definition at line 507 of file protocol.h.
|
inline |
Definition at line 512 of file protocol.h.
|
inline |
|
inline |
| std::string CInv::ToString | ( | ) | const |
Definition at line 53 of file protocol.cpp.
| uint256 CInv::hash |
Definition at line 525 of file protocol.h.
| uint32_t CInv::type |
Definition at line 524 of file protocol.h.