Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfig ¶
createConfig idempotently creates the config.
func GetOsmosisConfig ¶ added in v0.6.2
func GetOsmosisConfig(keyHome string, debug bool) *client.ChainClientConfig
func GetQuicksilverConfig ¶ added in v0.6.2
func GetQuicksilverConfig(keyHome string, debug bool) *client.ChainClientConfig
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 `yaml:",omitempty" json:",omitempty"` }
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.