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

Method codeHashAt

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

Source from the content-addressed store, hash-verified

186}
187
188h256 ClientBase::codeHashAt(Address _a, BlockNumber _block) const
189{
190 return block(_block).codeHash(_a);
191}
192
193map<h256, pair<u256, u256>> ClientBase::storageAt(Address _a, BlockNumber _block) const
194{

Callers

nothing calls this directly

Calls 1

codeHashMethod · 0.45

Tested by

no test coverage detected