getdata / inv message types. These numbers are defined by the protocol. When adding a new value, be sure to mention it in the respective BIP.
Declared in <protocol.h>
enum GetDataMsg : uint32_t;
| Name | Description |
|---|---|
UNDEFINED | No inventory type set. |
MSG_TX | Inventory is a transaction identified by its txid. |
MSG_BLOCK | Inventory is a block. |
MSG_WTX | Defined in BIP 339 |
MSG_FILTERED_BLOCK | Defined in BIP37 |
MSG_CMPCT_BLOCK | Defined in BIP152 |
MSG_WITNESS_BLOCK | Defined in BIP144 |
MSG_WITNESS_TX | Defined in BIP144 |