A single element of a BIP32 hierarchical deterministic key path.
Declared in <util/bip32.h>
struct KeyPathElement;
| Name | Description |
|---|---|
ChildNumber | Derivation index with the hardened flag applied. |
| Name | Description |
|---|---|
index | Derivation index, without the hardened flag |
is_hardened | Whether this element uses hardened derivation |
| Name | Description |
|---|---|
ParseKeyPathElement | Parse a single key path element like "0", "0'", or "0h". Returns the derivation index and hardened status, or an error message. |