plugeth-utils/restricted/interface.go
2021-08-31 15:24:20 -05:00

12 lines
166 B
Go

package restricted
import (
"github.com/openrelayxyz/plugeth-utils/core"
)
type Backend interface {
core.Backend
// General Ethereum API
ChainDb() Database
}