[#CPartialMerkleTree-2constructor-04] = xref:CPartialMerkleTree.adoc[CPartialMerkleTree]::CPartialMerkleTree :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<merkleblock.h>` Construct an empty partial merkle tree. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CPartialMerkleTree/2constructor-0c.adoc[CPartialMerkleTree](); ---- [.small]#xref:CPartialMerkleTree/2constructor-0c.adoc[_» more..._]# Construct a partial merkle tree from a list of transaction ids, and a mask that selects a subset of them [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CPartialMerkleTree/2constructor-02.adoc[CPartialMerkleTree]( std::vector<Txid> const& vTxid, std::vector<bool> const& vMatch); ---- [.small]#xref:CPartialMerkleTree/2constructor-02.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *vTxid* | The full list of transaction ids for the block. | *vMatch* | The per‐transaction mask selecting which txids the proof should include. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#