uint256::uint256

Constructs a uint256 by copying bytes from a span.

Synopsis

Declared in <uint256.h>

constexpr
explicit
uint256(std::span<unsigned char const> vch);

Parameters

NameDescription
vchA span of exactly 32 bytes to copy into the blob.