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