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

Method countAt

src/cpp-ethereum/libethereum/ClientBase.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168u256 ClientBase::countAt(Address _a, BlockNumber _block) const
169{
170 return block(_block).transactionsFrom(_a);
171}
172
173u256 ClientBase::stateAt(Address _a, u256 _l, BlockNumber _block) const
174{

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
admin_eth_inspectMethod · 0.45

Calls 1

transactionsFromMethod · 0.80

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36