CMerkleBlock::CMerkleBlock

Create from a CBlock, matching the txids in the set.

Synopsis

Declared in <merkleblock.h>

CMerkleBlock(
    CBlock const& block,
    std::set<Txid> const& txids);

Parameters

NameDescription
blockThe block to build the merkle proof from.
txidsThe set of transaction ids to include in the proof.