Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ CountAccounts
Method
CountAccounts
src/hdchain.cpp:206–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
size_t CHDChain::CountAccounts()
207
{
208
LOCK(cs_accounts);
209
return mapAccounts.size();
210
}
211
212
std::string CHDPubKey::GetKeyPath() const
213
{
Callers
2
getwalletinfo
Function · 0.80
dumpwallet
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected