![]() |
Bitcoin Core
0.21.1
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 | GetCommand () 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 427 of file protocol.h.
| CInv::CInv | ( | ) |
| CInv::CInv | ( | uint32_t | typeIn, |
| const uint256 & | hashIn | ||
| ) |
Definition at line 155 of file protocol.cpp.
| std::string CInv::GetCommand | ( | ) | const |
|
inline |
Definition at line 453 of file protocol.h.
|
inline |
|
inline |
Definition at line 442 of file protocol.h.
|
inline |
Definition at line 445 of file protocol.h.
|
inline |
Definition at line 444 of file protocol.h.
|
inline |
Definition at line 441 of file protocol.h.
|
inline |
Definition at line 446 of file protocol.h.
|
inline |
|
inline |
Definition at line 433 of file protocol.h.
| std::string CInv::ToString | ( | ) | const |
Definition at line 157 of file protocol.cpp.
| uint256 CInv::hash |
Definition at line 459 of file protocol.h.
| uint32_t CInv::type |
Definition at line 458 of file protocol.h.
1.8.8