[#CMerkleBlock-2constructor-0a] = xref:CMerkleBlock.adoc[CMerkleBlock]::CMerkleBlock :relfileprefix: ../ :mrdocs: Create from a CBlock, matching the txids in the set. == Synopsis Declared in `<merkleblock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CMerkleBlock( xref:CBlock.adoc[CBlock] const& block, std::set<Txid> const& txids); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block* | The block to build the merkle proof from. | *txids* | The set of transaction ids to include in the proof. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#