2021-07-02 15:54:52 +00:00
|
|
|
package beacon
|
2020-10-05 00:15:27 +00:00
|
|
|
|
2021-06-02 23:49:52 +00:00
|
|
|
import ethpb "github.com/prysmaticlabs/prysm/proto/eth/v1"
|
2020-10-05 00:15:27 +00:00
|
|
|
|
2020-10-10 00:36:48 +00:00
|
|
|
var _ ethpb.BeaconChainServer = (*Server)(nil)
|