prysm-pulse/beacon-chain/rpc/eth/beacon/server_test.go
2021-08-16 13:11:25 +02:00

6 lines
142 B
Go

package beacon
import ethpbservice "github.com/prysmaticlabs/prysm/proto/eth/service"
var _ ethpbservice.BeaconChainServer = (*Server)(nil)