plugeth-utils/restricted/interface.go

12 lines
166 B
Go
Raw Normal View History

2021-08-31 20:24:20 +00:00
package restricted
import (
"github.com/openrelayxyz/plugeth-utils/core"
)
type Backend interface {
core.Backend
// General Ethereum API
ChainDb() Database
}