[#KeyPathElement] = KeyPathElement :mrdocs: A single element of a BIP32 hierarchical deterministic key path. == Synopsis Declared in `<util/bip32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct KeyPathElement; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:KeyPathElement/ChildNumber.adoc[`ChildNumber`] | Derivation index with the hardened flag applied. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:KeyPathElement/index.adoc[`index`] | Derivation index, without the hardened flag | xref:KeyPathElement/is_hardened.adoc[`is_hardened`] | Whether this element uses hardened derivation |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:ParseKeyPathElement.adoc[`ParseKeyPathElement`] | Parse a single key path element like "0", "0'", or "0h". Returns the derivation index and hardened status, or an error message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#