Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <util/bip32.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#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) |
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 | ||
) |
std::string WriteHDKeypath | ( | const std::vector< uint32_t > & | keypath | ) |