prysm-pulse/beacon-chain/rpc/eth/v1/validator/server.go
Radosław Kapka 4ebb008bc9
Protos and stubs for validator API endpoints (#9174)
* match proto definitions with spec

* stubs for grpc server's functions
2021-07-12 10:38:55 -05:00

7 lines
174 B
Go

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