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

Name

Description

a

The arithmetic value to convert.

Created with MrDocs