Added method to read write statedb

This commit is contained in:
philip-morlier 2023-10-10 10:14:25 -07:00
parent 086e3b494a
commit d26318fd41

View File

@ -121,6 +121,7 @@ type StateDB interface {
type RWStateDB interface { type RWStateDB interface {
StateDB StateDB
AddBalance(add Address, amount *big.Int)
} }
type ScopeContext interface { type ScopeContext interface {