Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Execution configuration Execution *execution.Config `yaml:"execution"` // Beacon configuration Beacon *beacon.Config `yaml:"beacon"` // OverrideNetworkName is the name of the network to use for the agent. // If not set, the network name will be retrieved from the beacon node. OverrideNetworkName string `yaml:"overrideNetworkName" default:""` }
Click to show internal directories.
Click to hide internal directories.