![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| NODISCARD bool | ParseHDKeypath (const std::string &keypath_str, std::vector< uint32_t > &keypath) |
| Parse an HD keypaths like "m/7/0'/2000". More... | |
| std::string | WriteHDKeypath (const std::vector< uint32_t > &keypath) |
| Write HD keypaths as strings. More... | |
| std::string | FormatHDKeypath (const std::vector< uint32_t > &path) |
| std::string FormatHDKeypath | ( | const std::vector< uint32_t > & | path | ) |
| NODISCARD bool ParseHDKeypath | ( | const std::string & | keypath_str, |
| std::vector< uint32_t > & | keypath | ||
| ) |
1.8.8