mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
4ebb008bc9
* match proto definitions with spec * stubs for grpc server's functions
7 lines
174 B
Go
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 {
|
|
}
|