wallet::LegacyDataSPKM::HaveKey

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

NameDescription
addressThe key id to look up.