SigningProvider::HaveKey

Report whether a private key with the given id is known.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
HaveKey(CKeyID const& address) const;

Return Value

True if the private key is known.

Parameters

NameDescription
addressThe key id to check for.