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.
Synopsis
Declared in <protocol.h>
enum GetDataMsg : uint32_t;
Members
Name |
Description |
|
No inventory type set. |
|
Inventory is a transaction identified by its txid. |
|
Inventory is a block. |
|
Defined in BIP 339 |
|
Defined in BIP37 |
|
Defined in BIP152 |
|
Defined in BIP144 |
|
Defined in BIP144 |
Created with MrDocs