[#GenTxid-ToUint256] = xref:GenTxid.adoc[GenTxid]::ToUint256 :relfileprefix: ../ :mrdocs: Returns the underlying 256‐bit value, whichever alternative is held. == Synopsis Declared in `<primitives/transaction_identifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] const& ToUint256() const; ---- == Return Value A reference to the wrapped uint256. [.small]#Created with https://www.mrdocs.com[MrDocs]#