![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#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.
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 } |
#define __INCLUDED_PROTOCOL_H__ |
Definition at line 18 of file protocol.h.
anonymous enum |
anonymous enum |
Enumerator | |
---|---|
MSG_TX | |
MSG_BLOCK | |
MSG_FILTERED_BLOCK |
Definition at line 154 of file protocol.h.