Added method to read write statedb
This commit is contained in:
parent
086e3b494a
commit
d26318fd41
@ -121,6 +121,7 @@ type StateDB interface {
|
||||
|
||||
type RWStateDB interface {
|
||||
StateDB
|
||||
AddBalance(add Address, amount *big.Int)
|
||||
}
|
||||
|
||||
type ScopeContext interface {
|
||||
|
Loading…
Reference in New Issue
Block a user