Always returns false, since this provider never exposes private keys.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
HaveKey(CKeyID const& address) const override;
Return Value
false always.
Parameters
Name |
Description |
address |
The key id to look up. |
Created with MrDocs