Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Enumerations
bloom.h File Reference
#include <vector>
#include "uint256.h"
#include "serialize.h"
Include dependency graph for bloom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CBloomFilter
 BloomFilter is a probabilistic filter which SPV clients provide so that we can filter the transactions we sends them. More...
 

Enumerations

enum  bloomflags { BLOOM_UPDATE_NONE = 0, BLOOM_UPDATE_ALL = 1, BLOOM_UPDATE_P2PUBKEY_ONLY = 2, BLOOM_UPDATE_MASK = 3 }
 

Enumeration Type Documentation

enum bloomflags
Enumerator
BLOOM_UPDATE_NONE 
BLOOM_UPDATE_ALL 
BLOOM_UPDATE_P2PUBKEY_ONLY 
BLOOM_UPDATE_MASK 

Definition at line 21 of file bloom.h.