Bitcoin
Functions
bip32.cpp File Reference
#include <sstream>
#include <stdio.h>
#include <tinyformat.h>
#include <util/bip32.h>
#include <util/strencodings.h>

Functions

bool ParseHDKeypath (const std::string &keypath_str, std::vector< uint32_t > &keypath)
 
std::string FormatHDKeypath (const std::vector< uint32_t > &path)
 
std::string WriteHDKeypath (const std::vector< uint32_t > &keypath)
 

Function Documentation

◆ FormatHDKeypath()

std::string FormatHDKeypath ( const std::vector< uint32_t > &  path)

◆ ParseHDKeypath()

bool ParseHDKeypath ( const std::string &  keypath_str,
std::vector< uint32_t > &  keypath 
)

Parse an HD keypaths like "m/7/0'/2000".

◆ WriteHDKeypath()

std::string WriteHDKeypath ( const std::vector< uint32_t > &  keypath)

Write HD keypaths as strings