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

Method PurgeMainKey

src/entities/keystore.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool CKeyCombi::PurgeMainKey() { return mMainCkey.Clear(); }
70
71CKeyCombi::CKeyCombi(const CKey& key, int32_t nVersion) {
72 assert(key.IsValid());

Callers 4

AddKeyCombiMethod · 0.80
EncryptKeysMethod · 0.80
WriteCryptedKeyMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected