2021-07-02 15:54:52 +00:00
|
|
|
package beacon
|
2020-10-05 00:15:27 +00:00
|
|
|
|
2021-08-13 10:55:24 +00:00
|
|
|
import ethpbservice "github.com/prysmaticlabs/prysm/proto/eth/service"
|
2020-10-05 00:15:27 +00:00
|
|
|
|
2021-08-13 10:55:24 +00:00
|
|
|
var _ ethpbservice.BeaconChainServer = (*Server)(nil)
|