[#uint160-2constructor-06] = xref:uint160.adoc[uint160]::uint160 :relfileprefix: ../ :mrdocs: Constructs a uint160 by copying bytes from a span. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit uint160(std::span<unsigned char const> vch); ---- == Parameters [cols="1,4"] |=== | Name| Description | *vch* | A span of exactly 20 bytes to copy into the blob. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#