GetKey overloads
Declared in <script/signingprovider.h>
Look up a private key by its key id.
virtual
bool
GetKey(
CKeyID const& address,
CKey& key) const;
» more...
Look up a private key by its key id across all providers.
virtual
bool
GetKey(
CKeyID const& keyid,
CKey& key) const override;
» more...
| Name | Description |
|---|---|
| address | The key id to retrieve the private key for. |
| key | Set to the matching private key on success. |
| keyid | The key id to retrieve the private key for. |