Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
u256 ClientBase::countAt(Address _a, BlockNumber _block) const
169
{
170
return block(_block).transactionsFrom(_a);
171
}
172
173
u256 ClientBase::stateAt(Address _a, u256 _l, BlockNumber _block) const
174
{
Callers
4
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
eth_getTransactionCount
Method · 0.45
admin_eth_inspect
Method · 0.45
Calls
1
transactionsFrom
Method · 0.80
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36