![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <tinyformat.h>#include <util/bip32.h>#include <util/strencodings.h>#include <cstdint>#include <cstdio>#include <sstream>Go to the source code of this file.
Functions | |
| bool | ParseHDKeypath (const std::string &keypath_str, std::vector< uint32_t > &keypath) |
| Parse an HD keypaths like "m/7/0'/2000". | |
| std::string | FormatHDKeypath (const std::vector< uint32_t > &path, bool apostrophe) |
| std::string | WriteHDKeypath (const std::vector< uint32_t > &keypath, bool apostrophe) |
| Write HD keypaths as strings. | |
| std::string FormatHDKeypath | ( | const std::vector< uint32_t > & | path, |
| bool | apostrophe ) |
| bool ParseHDKeypath | ( | const std::string & | keypath_str, |
| std::vector< uint32_t > & | keypath ) |
| std::string WriteHDKeypath | ( | const std::vector< uint32_t > & | keypath, |
| bool | apostrophe ) |