Retrieves the key origin (derivation path and fingerprint) for the given key id.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
GetKeyOrigin(
CKeyID const& keyid,
KeyOriginInfo& info) const override;
true if the key origin was found.
| Name | Description |
|---|---|
| keyid | The key id to look up. |
| info | Filled with the key origin information. |