forked from cerc-io/plugeth
core, state: initial implementation of Eip-1283
This commit is contained in:
@@ -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