base_blob::base_blob

Constructs a blob by copying bytes from a span.

Synopsis

Declared in <uint256.h>

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

Parameters

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