Constructors

Synopses

Declared in <uint256.h>

Constructs a zero‐valued uint160.

constexpr
uint160() = default;

Constructs a uint160 by copying bytes from a span.

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

Parameters

Name

Description

vch

A span of exactly 20 bytes to copy into the blob.

Created with MrDocs