[#UintToArith256] = UintToArith256 :mrdocs: Converts a uint256 blob to an arithmetic 256‐bit integer. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:arith_uint256.adoc[arith_uint256] UintToArith256(xref:uint256.adoc[uint256] const& a); ---- == Return Value The equivalent arith_uint256 value. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The uint256 blob to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#