ToKeyID

Convert a public-key-hash destination back to a key identifier.

Synopsis

Declared in <addresstype.h>

CKeyID
ToKeyID(PKHash const& key_hash);

Return Value

The corresponding key identifier.

Parameters

NameDescription
key_hashThe public-key hash to convert.