ToKeyID overloads
Declared in <addresstype.h>
Convert a public-key-hash destination back to a key identifier.
CKeyID
ToKeyID(PKHash const& key_hash);
» more...
Convert a witness key-hash destination back to a key identifier.
CKeyID
ToKeyID(WitnessV0KeyHash const& key_hash);
» more...
The corresponding key identifier.
| Name | Description |
|---|---|
| key_hash | The public-key hash to convert. |