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