FlatSigningProvider::HaveKey

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

Synopses

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...

Return Value

True if the private key is known.

Parameters

NameDescription
addressThe key id to check for.
keyidThe key id to check for.