Constructors
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...
| Name | Description |
|---|---|
| pubkey_id | The key identifier. |
| pubkey | The public key to hash. |
| hash | The raw hash value. |