Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Data Structures | Enumerations
protocol.h File Reference
#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.

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
}
 

Enumeration Type Documentation

anonymous enum

nServices flags

Enumerator
NODE_NETWORK 

Definition at line 62 of file protocol.h.

anonymous enum
Enumerator
MSG_TX 
MSG_BLOCK 
MSG_FILTERED_BLOCK 

Definition at line 131 of file protocol.h.