Retrieves the public key for the given address.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
GetPubKey(
CKeyID const& address,
CPubKey& pubkey) const override;
true if the public key was found.
| Name | Description |
|---|---|
| address | The key id to look up. |
| pubkey | Filled with the found public key. |