SigningProvider::GetKeyOriginByXOnly

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

NameDescription
pubkeyThe x-only pubkey whose keys are searched.
infoSet to the matching key origin on success.