5 #ifndef BITCOIN_UTIL_BIP32_H 6 #define BITCOIN_UTIL_BIP32_H 13 [[nodiscard]]
bool ParseHDKeypath(
const std::string& keypath_str, std::vector<uint32_t>& keypath);
19 #endif // BITCOIN_UTIL_BIP32_H std::string WriteHDKeypath(const std::vector< uint32_t > &keypath)
Write HD keypaths as strings.
std::string FormatHDKeypath(const std::vector< uint32_t > &path)
bool ParseHDKeypath(const std::string &keypath_str, std::vector< uint32_t > &keypath)
Parse an HD keypaths like "m/7/0'/2000".