[#BlockWitnessMerkleRoot] = BlockWitnessMerkleRoot :mrdocs: Compute the Merkle root of the witness transactions in a block. == Synopsis Declared in `<consensus/merkle.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] BlockWitnessMerkleRoot(xref:CBlock.adoc[CBlock] const& block); ---- == Return Value The witness Merkle root of the block's transactions. == Parameters [cols="1,4"] |=== | Name| Description | *block* | The block whose witness transaction hashes form the tree leaves. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#