base_blob::base_blob

Constructs a blob at compile time from a hex string.

Synopsis

Declared in <uint256.h>

consteval
explicit
base_blob(std::string_view hex_str);

Parameters

NameDescription
hex_strA hex string that must fit the blob exactly.