core,state: finish implementing Eip 1283
This commit is contained in:
committed by
Péter Szilágyi
parent
58374e28d9
commit
caa2c23a38
@ -44,6 +44,7 @@ type StateDB interface {
|
||||
GetRefund() uint64
|
||||
|
||||
GetState(common.Address, common.Hash) common.Hash
|
||||
GetStateOriginal(common.Address, common.Hash) common.Hash
|
||||
SetState(common.Address, common.Hash, common.Hash)
|
||||
|
||||
Suicide(common.Address) bool
|
||||
|
Reference in New Issue
Block a user