wallet::LegacyDataSPKM::GetKeyOrigin

Retrieves the key origin (derivation path and fingerprint) for the given key id.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
GetKeyOrigin(
    CKeyID const& keyid,
    KeyOriginInfo& info) const override;

Return Value

true if the key origin was found.

Parameters

NameDescription
keyidThe key id to look up.
infoFilled with the key origin information.