HidingSigningProvider::GetKeyOrigin

Look up key origin info, unless origins are hidden.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetKeyOrigin(
    CKeyID const& keyid,
    KeyOriginInfo& info) const override;

Return Value

True if the key origin was found and not hidden.

Parameters

NameDescription
keyidThe key id to retrieve the origin for.
infoSet to the matching key origin on success.