[#FlatSigningProvider-GetPubKey-00] = xref:FlatSigningProvider.adoc[FlatSigningProvider]::GetPubKey :relfileprefix: ../ :mrdocs: Look up a public key by its key id. == Synopses Declared in `<script/signingprovider.h>` Look up a public key by its key id. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:SigningProvider/GetPubKey.adoc[GetPubKey]( xref:CKeyID.adoc[CKeyID] const& address, xref:CPubKey.adoc[CPubKey]& pubkey) const; ---- [.small]#xref:SigningProvider/GetPubKey.adoc[_» more..._]# Look up a public key by its key id. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:FlatSigningProvider/GetPubKey-0d.adoc[GetPubKey]( xref:CKeyID.adoc[CKeyID] const& keyid, xref:CPubKey.adoc[CPubKey]& pubkey) const override; ---- [.small]#xref:FlatSigningProvider/GetPubKey-0d.adoc[_» more..._]# == Return Value True if the public key was found. == Parameters [cols="1,4"] |=== | Name| Description | *address* | The key id to retrieve the public key for. | *pubkey* | Set to the matching public key on success. | *keyid* | The key id to retrieve the public key for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#