FlatSigningProvider::HaveKey

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

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
HaveKey(CKeyID const& keyid) const override;

Return Value

True if the private key is known.

Parameters

NameDescription
keyidThe key id to check for.