Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ stateRootAt
Method
stateRootAt
src/cpp-ethereum/libethereum/ClientBase.cpp:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
h256 ClientBase::stateRootAt(Address _a, BlockNumber _block) const
179
{
180
return block(_block).storageRoot(_a);
181
}
182
183
bytes ClientBase::codeAt(Address _a, BlockNumber _block) const
184
{
Callers
1
eth_getStorageRoot
Method · 0.80
Calls
1
storageRoot
Method · 0.45
Tested by
no test coverage detected