base_blob::base_blob

Constructs a blob from a single byte constant between 1 and 255.

Synopsis

Declared in <uint256.h>

constexpr
explicit
base_blob(uint8_t v);

Parameters

NameDescription
vThe byte value placed in the first position of the blob.