Report whether a private key with the given id is known.
Synopsis
Declared in <script/signingprovider.h>
virtual
bool
HaveKey(CKeyID const& keyid) const override;
Return Value
True if the private key is known.
Parameters
Name |
Description |
keyid |
The key id to check for. |
Created with MrDocs