[#CPubKey-GetID] = xref:CPubKey.adoc[CPubKey]::GetID :relfileprefix: ../ :mrdocs: Get the KeyID of this public key (hash of its serialization) == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CKeyID.adoc[CKeyID] GetID() const; ---- == Return Value The Hash160‐based key identifier of this public key. [.small]#Created with https://www.mrdocs.com[MrDocs]#