Look up a public key by its key id.
Declared in <script/signingprovider.h>
virtual
bool
GetPubKey(
CKeyID const& keyid,
CPubKey& pubkey) const override;
True if the public key was found.
| Name | Description |
|---|---|
| keyid | The key id to retrieve the public key for. |
| pubkey | Set to the matching public key on success. |