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

8 lines
144 B
Go

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