Parse an HD keypaths like "m/7/0'/2000".
Declared in <util/bip32.h>
[[nodiscard]]
bool
ParseHDKeypath(
std::string const& keypath_str,
std::vector<uint32_t>& keypath);
true if the key path was parsed successfully.
The return value should not be discarded.
| Name | Description |
|---|---|
| keypath_str | The textual key path to parse. |
| keypath | Output vector filled with the parsed derivation indices. |