[#base_blob-09-2constructor-0e] = xref:base_blob-09.adoc[base_blob]::base_blob :relfileprefix: ../ :mrdocs: Constructs a blob at compile time from a hex string. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval explicit base_blob(std::string_view hex_str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hex_str* | A hex string that must fit the blob exactly. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#