uint160::uint160

Constructors

Synopses

Declared in <uint256.h>

Constructs a zero-valued uint160.

constexpr
uint160() = default;
» more...

Constructs a uint160 by copying bytes from a span.

constexpr
explicit
uint160(std::span<unsigned char const> vch);
» more...

Parameters

NameDescription
vchA span of exactly 20 bytes to copy into the blob.