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
Name |
Description |
vch |
A span of exactly WIDTH bytes to copy into the blob. |
Created with MrDocs