prysm-pulse/beacon-chain/rpc/eth/v1/validator/server.go

7 lines
174 B
Go
Raw Normal View History

package validator
// Server defines a server implementation of the gRPC Validator service,
// providing RPC endpoints intended for validator clients.
type Server struct {
}