MCPcopy 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
178h256 ClientBase::stateRootAt(Address _a, BlockNumber _block) const
179{
180 return block(_block).storageRoot(_a);
181}
182
183bytes ClientBase::codeAt(Address _a, BlockNumber _block) const
184{

Callers 1

eth_getStorageRootMethod · 0.80

Calls 1

storageRootMethod · 0.45

Tested by

no test coverage detected