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