MCPcopy 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
206size_t CHDChain::CountAccounts()
207{
208 LOCK(cs_accounts);
209 return mapAccounts.size();
210}
211
212std::string CHDPubKey::GetKeyPath() const
213{

Callers 2

getwalletinfoFunction · 0.80
dumpwalletFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected