[#CPartialMerkleTree-GetNumTransactions] = xref:CPartialMerkleTree.adoc[CPartialMerkleTree]::GetNumTransactions :relfileprefix: ../ :mrdocs: Get number of transactions the merkle proof is indicating for cross‐reference with local blockchain knowledge. == Synopsis Declared in `<merkleblock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int GetNumTransactions() const; ---- == Return Value The total number of transactions in the block the proof was built from. [.small]#Created with https://www.mrdocs.com[MrDocs]#