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