[#base_blob-09-2constructor-02] = xref:base_blob-09.adoc[base_blob]::base_blob :relfileprefix: ../ :mrdocs: Constructs a blob from a single byte constant between 1 and 255. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit base_blob(uint8_t v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *v* | The byte value placed in the first position of the blob. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#