FillableSigningProvider::GetKey

Look up a private key by its key id.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetKey(
    CKeyID const& address,
    CKey& keyOut) const override;

Return Value

True if the private key was found.

Parameters

NameDescription
addressThe key id to retrieve the private key for.
keyOutSet to the matching private key on success.