Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
std::string WriteHDKeypath(const std::vector<uint32_t>& keypath)
64
{
65
return
"m"
+ FormatHDKeypath(keypath);
66
}
Callers
5
AddKeyOriginWithDB
Method · 0.85
getaddressinfo
Function · 0.85
dumpwallet
Function · 0.85
FUZZ_TARGET
Function · 0.85
decodepsbt
Function · 0.85
Calls
1
FormatHDKeypath
Function · 0.85
Tested by
1
FUZZ_TARGET
Function · 0.68