[#SigningProvider-GetPubKeyByXOnly] = xref:SigningProvider.adoc[SigningProvider]::GetPubKeyByXOnly :relfileprefix: ../ :mrdocs: Look up a public key by any key id derived from an x‐only pubkey. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool GetPubKeyByXOnly( xref:XOnlyPubKey.adoc[XOnlyPubKey] const& pubkey, xref:CPubKey.adoc[CPubKey]& out) const; ---- == Return Value True if a public key was found. == Parameters [cols="1,4"] |=== | Name| Description | *pubkey* | The x‐only pubkey whose keys are searched. | *out* | Set to the matching public key on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#