MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / IsEmpty

Method IsEmpty

src/wallet/crypter.h:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 bool Lock();
150
151 bool IsEmpty() { return mapCryptedKeys.empty() && mapKeys.empty(); }
152 virtual bool AddCryptedKey(const CPubKey& vchPubKey, const vector<unsigned char>& vchCryptedSecret);
153 bool AddKeyCombi(const CKeyID& keyId, const CKeyCombi& keyCombi);
154 bool HasKey(const CKeyID& address) const {

Callers 1

LoadWalletMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected