ArithToUint256

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

Synopsis

Declared in <arith_uint256.h>

uint256
ArithToUint256(arith_uint256 const& a);

Return Value

The equivalent uint256 value.

Parameters

NameDescription
aThe arithmetic value to convert.