Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DepositAddress string Endpoint string BeaconConfig *beacon.ChainConfig GrpcAddr string PrivKey string }
Config is the parametrizable configuration of the validator
type Server ¶
type Server struct { proto.UnimplementedValidatorServiceServer // contains filtered or unexported fields }
Server is a validator in the eth2.0 network
type SlotResult ¶
type SlotResult struct {
Slot uint64
}
Click to show internal directories.
Click to hide internal directories.