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

Method kill

src/cpp-ethereum/libethereum/State.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void State::kill(Address _addr)
339{
340 if (auto a = account(_addr))
341 a->kill();
342 // If the account is not in the db, nothing to kill.
343}
344
345u256 State::getNonce(Address const& _addr) const
346{

Callers 5

removeEmptyAccountsMethod · 0.45
finalizeMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36