Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
void 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
345
u256 State::getNonce(Address const& _addr) const
346
{
Callers
5
removeEmptyAccounts
Method · 0.45
finalize
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36