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

Method address

src/cpp-ethereum/libethcore/KeyManager.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205Address KeyManager::address(h128 const& _uuid) const
206{
207 auto it = m_uuidLookup.find(_uuid);
208 if (it == m_uuidLookup.end())
209 return Address();
210 return it->second;
211}
212
213h128 KeyManager::import(Secret const& _s, string const& _accountName, string const& _pass, string const& _passwordHint)
214{

Callers 7

KeyManagerMethod · 0.45
importMethod · 0.45
importExistingMethod · 0.45
presaleSecretMethod · 0.45
accountsMethod · 0.45
hasAccountMethod · 0.45
newKeyPairMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected