Constructs a uint256 by copying bytes from a span.

Synopsis

Declared in <uint256.h>

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

Parameters

Name

Description

vch

A span of exactly 32 bytes to copy into the blob.

Created with MrDocs