MCPcopy Create free account
hub / github.com/ElementsProject/elements / WriteHDKeypath

Function WriteHDKeypath

src/util/bip32.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::string WriteHDKeypath(const std::vector<uint32_t>& keypath)
64{
65 return "m" + FormatHDKeypath(keypath);
66}

Callers 5

AddKeyOriginWithDBMethod · 0.85
getaddressinfoFunction · 0.85
dumpwalletFunction · 0.85
FUZZ_TARGETFunction · 0.85
decodepsbtFunction · 0.85

Calls 1

FormatHDKeypathFunction · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68