Returns whether the private key for the given address is held.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
HaveKey(CKeyID const& address) const override;
Return Value
true if the private key is held.
Parameters
Name |
Description |
address |
The key id to look up. |
Created with MrDocs