Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Eth ethereum.Config `mapstructure:"ethereum"` Parachain parachain.Config `mapstructure:"parachain"` // Relaychain relaychain.Config `mapstructure:"relaychain"` // BeefyRelayerDatabase store.Config `mapstructure:"database"` Workers WorkerConfig `mapstructure:"workers"` }
func LoadConfig ¶
type WorkerConfig ¶
type WorkerConfig struct { // ParachainCommitmentRelayer workers.WorkerConfig `mapstructure:"parachaincommitmentrelayer"` // BeefyRelayer workers.WorkerConfig `mapstructure:"beefyrelayer"` EthRelayer workers.WorkerConfig `mapstructure:"ethrelayer"` }
Click to show internal directories.
Click to hide internal directories.