mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
Remove unused interface (#8682)
This commit is contained in:
parent
e26dab84f6
commit
2ec3f79146
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user