![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "chainparams.h"#include "netbase.h"#include "serialize.h"#include "uint256.h"#include <stdint.h>#include <string>
Include dependency graph for protocol.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CMessageHeader |
| Message header. More... | |
| class | CAddress |
| A CService with information about it as peer. More... | |
| class | CInv |
| inv message data More... | |
Enumerations | |
| enum | { NODE_NETWORK = (1 << 0) } |
| nServices flags More... | |
| enum | { MSG_TX = 1, MSG_BLOCK, MSG_FILTERED_BLOCK } |
| anonymous enum |
| anonymous enum |
| Enumerator | |
|---|---|
| MSG_TX | |
| MSG_BLOCK | |
| MSG_FILTERED_BLOCK | |
Definition at line 131 of file protocol.h.
1.8.8