Constructors

Synopses

Declared in <addresstype.h>

Construct a null public‐key hash.

PKHash();

Construct a public‐key hash from a key identifier.

explicit
PKHash(CKeyID const& pubkey_id);

Construct a public‐key hash from a public key.

explicit
PKHash(CPubKey const& pubkey);

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

explicit
PKHash(uint160 const& hash);

Parameters

Name

Description

pubkey_id

The key identifier.

pubkey

The public key to hash.

hash

The raw hash value.

Created with MrDocs