[#transaction_identifier-ToUint256] = xref:transaction_identifier.adoc[transaction_identifier]::ToUint256 :relfileprefix: ../ :mrdocs: Returns the underlying 256‐bit value. == 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]#