Look up a private key by its key id.
Declared in <script/signingprovider.h>
virtual
bool
GetKey(
CKeyID const& address,
CKey& keyOut) const override;
True if the private key was found.
| Name | Description |
|---|---|
| address | The key id to retrieve the private key for. |
| keyOut | Set to the matching private key on success. |