Anoncoin  0.9.4
P2P Digital Currency
Classes | Macros | 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.

Classes

class  CMessageHeader
 Message header. More...
 
class  CAddress
 A CService with information about it as peer. More...
 
class  CInv
 inv message data More...
 

Macros

#define __INCLUDED_PROTOCOL_H__
 

Enumerations

enum  { NODE_NETWORK = (1 << 0), NODE_BLOOM = (1 << 1) }
 nServices flags More...
 
enum  { MSG_TX = 1, MSG_BLOCK, MSG_FILTERED_BLOCK }
 

Macro Definition Documentation

#define __INCLUDED_PROTOCOL_H__

Definition at line 18 of file protocol.h.

Enumeration Type Documentation

anonymous enum

nServices flags

Enumerator
NODE_NETWORK 
NODE_BLOOM 

Definition at line 69 of file protocol.h.

anonymous enum
Enumerator
MSG_TX 
MSG_BLOCK 
MSG_FILTERED_BLOCK 

Definition at line 154 of file protocol.h.