Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
bip32.h File Reference
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for bip32.h:
This graph shows which files directly or indirectly include this file:

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". More...
 
std::string WriteHDKeypath (const std::vector< uint32_t > &keypath)
 Write HD keypaths as strings. More...
 
std::string FormatHDKeypath (const std::vector< uint32_t > &path)
 

Function Documentation

◆ FormatHDKeypath()

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

Definition at line 55 of file bip32.cpp.

Here is the caller graph for this function:

◆ ParseHDKeypath()

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

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

Definition at line 13 of file bip32.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WriteHDKeypath()

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

Write HD keypaths as strings.

Definition at line 66 of file bip32.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: