Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfig ¶
createConfig idempotently creates the config.
func OverwriteConfig ¶
func ValidateConfig ¶
Called to initialize the relayer.Chain types on Config
Types ¶
type Config ¶
type Config struct { DefaultChain string `yaml:"default_chain" json:"default_chain"` Chains map[string]*client.ChainClientConfig `yaml:"chains" json:"chains"` Cl map[string]*client.ChainClient }
Config represents the config file for the relayer
func (*Config) GetDefaultClient ¶
func (c *Config) GetDefaultClient() *client.ChainClient
Click to show internal directories.
Click to hide internal directories.