Constructors
Synopses
Declared in <addresstype.h>
Construct a null public‐key hash.
PKHash();
Construct a public‐key hash from a key identifier.
Construct a public‐key hash from a public key.
Construct a public‐key hash from a raw 160‐bit hash.
Parameters
Name |
Description |
pubkey_id |
The key identifier. |
pubkey |
The public key to hash. |
hash |
The raw hash value. |
Created with MrDocs