Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CMerkleBlock Class Reference

Used to relay blocks as header + vector<merkle branch> to filtered nodes. More...

#include <main.h>

Collaboration diagram for CMerkleBlock:
Collaboration graph
[legend]

Public Member Functions

 CMerkleBlock (const CBlock &block, CBloomFilter &filter)
 

Public Attributes

CBlockHeader header
 
CPartialMerkleTree txn
 
std::vector< std::pair
< unsigned int, uint256 > > 
vMatchedTxn
 

Detailed Description

Used to relay blocks as header + vector<merkle branch> to filtered nodes.

Definition at line 2264 of file main.h.

Constructor & Destructor Documentation

CMerkleBlock::CMerkleBlock ( const CBlock block,
CBloomFilter filter 
)

Definition at line 2430 of file main.cpp.

Member Data Documentation

CBlockHeader CMerkleBlock::header

Definition at line 2268 of file main.h.

CPartialMerkleTree CMerkleBlock::txn

Definition at line 2269 of file main.h.

std::vector<std::pair<unsigned int, uint256> > CMerkleBlock::vMatchedTxn

Definition at line 2274 of file main.h.


The documentation for this class was generated from the following files: