PKHash::PKHash

Constructors

Synopses

Declared in <addresstype.h>

Construct a null public-key hash.

PKHash();
» more...

Construct a public-key hash from a key identifier.

explicit
PKHash(CKeyID const& pubkey_id);
» more...

Construct a public-key hash from a public key.

explicit
PKHash(CPubKey const& pubkey);
» more...

Construct a public-key hash from a raw 160-bit hash.

explicit
PKHash(uint160 const& hash);
» more...

Parameters

NameDescription
pubkey_idThe key identifier.
pubkeyThe public key to hash.
hashThe raw hash value.