Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // The address of the Beacon node to connect to NodeAddress string `yaml:"nodeAddress"` // BeaconNodeHeaders is a map of headers to send to the beacon node. NodeHeaders map[string]string `yaml:"nodeHeaders"` // BeaconSubscriptions is a list of beacon subscriptions to subscribe to. BeaconSubscriptions *[]string `yaml:"beaconSubscriptions"` }
Click to show internal directories.
Click to hide internal directories.