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