![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Inv(ventory) 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 |
| uint32_t | GetKind () const |
| bool | IsMsgTx () const |
| bool | IsMsgProof () const |
| bool | IsMsgStakeContender () const |
| bool | IsMsgBlk () const |
| bool | IsMsgFilteredBlk () const |
| bool | IsMsgCmpctBlk () const |
| bool | IsGenBlkMsg () const |
Public Attributes | |
| uint32_t | type |
| uint256 | hash |
Friends | |
| bool | operator< (const CInv &a, const CInv &b) |
Inv(ventory) message data.
Intended as non-ambiguous identifier of objects (eg. transactions, blocks) held by peers.
Definition at line 582 of file protocol.h.
|
inline |
Definition at line 587 of file protocol.h.
|
inline |
Definition at line 588 of file protocol.h.
|
inline |
| std::string CInv::GetMessageType | ( | ) | const |
Definition at line 219 of file protocol.cpp.
|
inline |
|
inline |
Definition at line 613 of file protocol.h.
|
inline |
|
inline |
|
inline |
Definition at line 605 of file protocol.h.
|
inline |
Definition at line 609 of file protocol.h.
|
inline |
Definition at line 601 of file protocol.h.
|
inline |
Definition at line 590 of file protocol.h.
| std::string CInv::ToString | ( | ) | const |
Definition at line 592 of file protocol.h.
| uint256 CInv::hash |
Definition at line 585 of file protocol.h.
| uint32_t CInv::type |
Definition at line 584 of file protocol.h.