uint160::uint160

Constructs a uint160 by copying bytes from a span.

Synopsis

Declared in <uint256.h>

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

Parameters

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