Used to relay blocks as header + vector<merkle branch> to filtered nodes.
Declared in <merkleblock.h>
class CMerkleBlock;
NOTE: The class assumes that the given CBlock has at least 1 transaction. If the CBlock has 0 txs, it will hit an assertion.
| Name | Description |
|---|---|
CMerkleBlock [constructor] | Constructors |
| Name | Description |
|---|---|
header | Public only for unit testing |
txn | Partial merkle tree proving which transactions the block contains. |
vMatchedTxn | Public only for unit testing and relay testing (not relayed). |