We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803a5e9 commit 953cfadCopy full SHA for 953cfad
core/tracing/hooks.go
@@ -42,6 +42,7 @@ type StateDB interface {
42
GetNonce(common.Address) uint64
43
GetCode(common.Address) []byte
44
GetState(common.Address, common.Hash) common.Hash
45
+ GetTransientState(common.Address, common.Hash) common.Hash
46
Exist(common.Address) bool
47
GetRefund() uint64
48
}
0 commit comments