Create from a CBlock, matching the txids in the set.
Declared in <merkleblock.h>
CMerkleBlock(
CBlock const& block,
std::set<Txid> const& txids);
| Name | Description |
|---|---|
| block | The block to build the merkle proof from. |
| txids | The set of transaction ids to include in the proof. |