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

Name

Description

v

The byte value placed in the first position of the blob.

Created with MrDocs