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