core/tracing: add GetCodeHash to statedb interface

pull/30441/head
Sina Mahmoodi 6 months ago
parent 8659e68ad5
commit b4e01743ea
  1. 1
      core/tracing/hooks.go

@ -41,6 +41,7 @@ type StateDB interface {
GetBalance(common.Address) *uint256.Int
GetNonce(common.Address) uint64
GetCode(common.Address) []byte
GetCodeHash(common.Address) common.Hash
GetState(common.Address, common.Hash) common.Hash
Exist(common.Address) bool
GetRefund() uint64

Loading…
Cancel
Save