Look up key origin info by key id across all providers.
Declared in <script/signingprovider.h>
virtual
bool
GetKeyOrigin(
CKeyID const& keyid,
KeyOriginInfo& info) const override;
True if the key origin was found in any provider.
| Name | Description |
|---|---|
| keyid | The key id to retrieve the origin for. |
| info | Set to the matching key origin on success. |