Adds a key to the store, without saving it to disk (used by LoadWallet)
Declared in <wallet/scriptpubkeyman.h>
bool
LoadKey(
CKey const& key,
CPubKey const& pubkey);
true if the key was added.
| Name | Description |
|---|---|
| key | The private key to add. |
| pubkey | The public key corresponding to the private key. |