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

Synopsis

Declared in <merkleblock.h>

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

Parameters

Name

Description

vTxid

The full list of transaction ids for the block.

vMatch

The per‐transaction mask selecting which txids the proof should include.

Created with MrDocs