[#CKeyID-2constructor-01] = xref:CKeyID.adoc[CKeyID]::CKeyID :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<pubkey.h>` Construct a null key identifier. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CKeyID/2constructor-0f.adoc[CKeyID](); ---- [.small]#xref:CKeyID/2constructor-0f.adoc[_» more..._]# Construct a key identifier from a 160‐bit hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:CKeyID/2constructor-09.adoc[CKeyID](xref:uint160.adoc[uint160] const& in); ---- [.small]#xref:CKeyID/2constructor-09.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *in* | The Hash160 value to wrap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#