UintToArith256

Converts a uint256 blob to an arithmetic 256-bit integer.

Synopsis

Declared in <arith_uint256.h>

arith_uint256
UintToArith256(uint256 const& a);

Return Value

The equivalent arith_uint256 value.

Parameters

NameDescription
aThe uint256 blob to convert.