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

Function ReadKeyValue

src/wallet/walletdb.cpp:826–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826bool ReadKeyValue(CWallet* pwallet, CDataStream& ssKey, CDataStream& ssValue, std::string& strType, std::string& strErr, const KeyFilterFn& filter_fn)
827{
828 CWalletScanState dummy_wss;
829 LOCK(pwallet->cs_wallet);
830 return ReadKeyValue(pwallet, ssKey, ssValue, dummy_wss, strType, strErr, filter_fn);
831}
832
833bool WalletBatch::IsKeyType(const std::string& strType)
834{

Callers 2

RecoverDatabaseFileFunction · 0.85
LoadWalletMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected