[#FlatSigningProvider-HaveKey-01] = xref:FlatSigningProvider.adoc[FlatSigningProvider]::HaveKey :relfileprefix: ../ :mrdocs: Report whether a private key with the given id is known. == Synopses Declared in `<script/signingprovider.h>` Report whether a private key with the given id is known. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:SigningProvider/HaveKey.adoc[HaveKey](xref:CKeyID.adoc[CKeyID] const& address) const; ---- [.small]#xref:SigningProvider/HaveKey.adoc[_» more..._]# Report whether a private key with the given id is known. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:FlatSigningProvider/HaveKey-0e.adoc[HaveKey](xref:CKeyID.adoc[CKeyID] const& keyid) const override; ---- [.small]#xref:FlatSigningProvider/HaveKey-0e.adoc[_» more..._]# == Return Value True if the private key is known. == Parameters [cols="1,4"] |=== | Name| Description | *address* | The key id to check for. | *keyid* | The key id to check for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#