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

Name

Description

keyid

The key id to look up.

info

Filled with the key origin information.

Created with MrDocs