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

Method key

src/cpp-ethereum/libdevcrypto/SecretStore.cpp:274–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274pair<h128 const, SecretStore::EncryptedKey> const* SecretStore::key(Address const& _address) const
275{
276 for (auto const& k: m_keys)
277 if (k.second.address == _address)
278 return &k;
279 return nullptr;
280}
281
282pair<h128 const, SecretStore::EncryptedKey>* SecretStore::key(Address const& _address)
283{

Callers 5

storageMethod · 0.45
BlockChain.cppFile · 0.45
dumpDatabaseMethod · 0.45
checkConsistencyMethod · 0.45
loadAllMessagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected