MCPcopy Create free account
hub / github.com/LUX-Core/lux / ReadAccount

Method ReadAccount

src/walletdb.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool CWalletDB::ReadAccount(const string& strAccount, CAccount& account)
273{
274 account.SetNull();
275 return Read(make_pair(string("acc"), strAccount), account);
276}
277
278bool CWalletDB::WriteAccount(const string& strAccount, const CAccount& account)
279{

Callers 3

GetAccountDestinationMethod · 0.80
GetAccountPubkeyMethod · 0.80
on_okButton_clickedMethod · 0.80

Calls 2

ReadClass · 0.85
SetNullMethod · 0.45

Tested by

no test coverage detected