Whether a parsed HD keypath contains at least one hardened derivation step.
Declared in <util/bip32.h>
bool
HasHardenedDerivation(std::span<uint32_t const> keypath);
true if any step in the key path is hardened.
| Name | Description |
|---|---|
| keypath | The derivation indices to inspect. |