Retrieves the private key for the given address into keyOut.
Declared in <wallet/scriptpubkeyman.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 look up. |
| keyOut | Filled with the found private key. |