added IntermediateRoot() to core/interface

This commit is contained in:
philip-morlier 2023-04-04 21:24:46 -07:00
parent 2f0a270ff2
commit 4c6d82e4c8

View File

@ -111,6 +111,8 @@ type StateDB interface {
AddressInAccessList(addr Address) bool
SlotInAccessList(addr Address, slot Hash) (addressOk bool, slotOk bool)
IntermediateRoot(deleteEmptyObjects bool) Hash
}
type RWStateDB interface {