Fetches a pubkey from mapWatchKeys if it exists there
Declared in <wallet/scriptpubkeyman.h>
bool
GetWatchPubKey(
CKeyID const& address,
CPubKey& pubkey_out) const;
true if a matching public key was found.
| Name | Description |
|---|---|
| address | The key id to look up. |
| pubkey_out | Filled with the found public key. |