CKeyID::CKeyID

Construct a key identifier from a 160-bit hash.

Synopsis

Declared in <pubkey.h>

explicit
CKeyID(uint160 const& in);

Parameters

NameDescription
inThe Hash160 value to wrap.