FillableSigningProvider::GetPubKey

Look up a public key by its key id.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetPubKey(
    CKeyID const& address,
    CPubKey& vchPubKeyOut) const override;

Return Value

True if the public key was found.

Parameters

NameDescription
addressThe key id to retrieve the public key for.
vchPubKeyOutSet to the matching public key on success.