mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
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 {
|
||
|
}
|