core, state: initial implementation of Eip-1283
This commit is contained in:
committed by
Péter Szilágyi
parent
b8aa5980cf
commit
58374e28d9
@ -40,6 +40,7 @@ type StateDB interface {
|
||||
GetCodeSize(common.Address) int
|
||||
|
||||
AddRefund(uint64)
|
||||
SubRefund(uint64)
|
||||
GetRefund() uint64
|
||||
|
||||
GetState(common.Address, common.Hash) common.Hash
|
||||
|
Reference in New Issue
Block a user