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

Name

Description

a

The uint256 blob to convert.

Created with MrDocs