core/tracing: add GetCodeHash to statedb interface
This commit is contained in:
parent
8659e68ad5
commit
b4e01743ea
|
@ -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…
Reference in New Issue