5 #ifndef BITCOIN_UTIL_BIP32_H 6 #define BITCOIN_UTIL_BIP32_H 19 #endif // BITCOIN_UTIL_BIP32_H std::string WriteHDKeypath(const std::vector< uint32_t > &keypath)
Definition: bip32.cpp:63
NODISCARD bool ParseHDKeypath(const std::string &keypath_str, std::vector< uint32_t > &keypath)
Definition: bip32.cpp:12
#define NODISCARD
Definition: attributes.h:18
std::string FormatHDKeypath(const std::vector< uint32_t > &path)
Definition: bip32.cpp:53