CKeyID::CKeyID

Constructors

Synopses

Declared in <pubkey.h>

Construct a null key identifier.

CKeyID();
» more...

Construct a key identifier from a 160-bit hash.

explicit
CKeyID(uint160 const& in);
» more...

Parameters

NameDescription
inThe Hash160 value to wrap.