MultiSigningProvider::GetPubKey

Look up a public key by its key id across all providers.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetPubKey(
    CKeyID const& keyid,
    CPubKey& pubkey) const override;

Return Value

True if the public key was found in any provider.

Parameters

NameDescription
keyidThe key id to retrieve the public key for.
pubkeySet to the matching public key on success.