Remove unused interface (#8682)

This commit is contained in:
terence tsao 2021-03-28 13:53:34 -07:00 committed by GitHub
parent e26dab84f6
commit 2ec3f79146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,14 +100,6 @@ type Chain interface {
POWBlockFetcher
}
// Client defines a struct that combines all relevant ETH1.0 mainchain interactions required
// by the beacon chain node.
type Client interface {
RPCDataFetcher
bind.ContractFilterer
bind.ContractCaller
}
// RPCDataFetcher defines a subset of methods conformed to by ETH1.0 RPC clients for
// fetching eth1 data from the clients.
type RPCDataFetcher interface {