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