[#base_blob-09-2constructor-09] = xref:base_blob-09.adoc[base_blob]::base_blob :relfileprefix: ../ :mrdocs: Constructs a blob by copying bytes from a span. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit base_blob(std::span<unsigned char const> vch); ---- == Parameters [cols="1,4"] |=== | Name| Description | *vch* | A span of exactly WIDTH bytes to copy into the blob. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#