We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d99e3 commit d7e7b54Copy full SHA for d7e7b54
core/tracing/hooks.go
@@ -42,6 +42,7 @@ type StateDB interface {
42
GetBalance(common.Address) *uint256.Int
43
GetNonce(common.Address) uint64
44
GetCode(common.Address) []byte
45
+ GetCodeHash(common.Address) common.Hash
46
GetState(common.Address, common.Hash) common.Hash
47
GetTransientState(common.Address, common.Hash) common.Hash
48
Exist(common.Address) bool
0 commit comments