![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include "chainparams.h"
#include "netbase.h"
#include "serialize.h"
#include "uint256.h"
#include <stdint.h>
#include <string>
Go to the source code of this file.
Data Structures | |
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.