prysm-pulse/beacon-chain/rpc/eth/node/server_test.go

8 lines
147 B
Go
Raw Normal View History

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