Constructors
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...
| Name | Description |
|---|---|
| vch | A span of exactly 20 bytes to copy into the blob. |