SigningProvider::GetKeyOrigin

Look up the origin information for a key.

Synopsis

Declared in <script/signingprovider.h>

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

Return Value

True if the key origin was found.

Parameters

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