Look up a public key by any key id derived from an x-only pubkey.
Declared in <script/signingprovider.h>
bool
GetPubKeyByXOnly(
XOnlyPubKey const& pubkey,
CPubKey& out) const;
True if a public key was found.
| Name | Description |
|---|---|
| pubkey | The x-only pubkey whose keys are searched. |
| out | Set to the matching public key on success. |