Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Validator = &cli.Uint64Flag{ Name: "validator", Usage: "Index of the validator to check duties", Required: true, } Timezone = &cli.StringFlag{ Name: "timezone", Usage: "Timezone for the attestation duties", Value: "UTC", } BeaconNodeEndpoint = &cli.StringFlag{ Name: "beacon-node-endpoint", Usage: "A consensus client http endpoint", Value: "http://localhost:5052", } )
View Source
var Flags = []cli.Flag{ Validator, Timezone, BeaconNodeEndpoint, }
Functions ¶
func FlagOptions ¶
Pulls the CLI options from the context and converts them into executable option functions to be processed by the validator duties manager
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.