[#ToGenTxid] = ToGenTxid :mrdocs: Convert a TX/WITNESS_TX/WTX CInv to a GenTxid. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:GenTxid.adoc[GenTxid] ToGenTxid(xref:CInv.adoc[CInv] const& inv); ---- == Return Value The generalized transaction id for `inv`. == Parameters [cols="1,4"] |=== | Name| Description | *inv* | Inventory entry referring to a transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#