[#CTransaction-GetWitnessHash] = xref:CTransaction.adoc[CTransaction]::GetWitnessHash :relfileprefix: ../ :mrdocs: Returns the cached witness transaction id. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Wtxid.adoc[Wtxid] const& GetWitnessHash() const; ---- == Return Value The transaction hash, including witness data. [.small]#Created with https://www.mrdocs.com[MrDocs]#