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

Name

Description

key_hash

The public‐key hash to convert.

Created with MrDocs