CPartialMerkleTree::CPartialMerkleTree

Constructors

Synopses

Declared in <merkleblock.h>

Construct an empty partial merkle tree.

CPartialMerkleTree();
» more...

Construct a partial merkle tree from a list of transaction ids, and a mask that selects a subset of them

CPartialMerkleTree(
    std::vector<Txid> const& vTxid,
    std::vector<bool> const& vMatch);
» more...

Parameters

NameDescription
vTxidThe full list of transaction ids for the block.
vMatchThe per-transaction mask selecting which txids the proof should include.