Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientsFromConfig ¶
func NewClientsFromConfig(cfg ClientsConfig, store *store.Store, log logger.Logger) (map[string]Client, error)
NewClientsFromConfig creates new Client's from the given config.
Types ¶
type ClientsConfig ¶
type ClientsConfig struct { Evm evm.EvmClientConfig `json:"Evm"` Cosmos cosmos.CosmosClientConfig `json:"Cosmos"` TikiExchange tiki.TikiClientConfig `json:"TikiExchange"` }
func DefaultConfig ¶
func DefaultConfig() ClientsConfig
func (ClientsConfig) IsValid ¶
func (cfg ClientsConfig) IsValid() (bool, error)
IsValid checks if the current ClientsConfig is valid.
Click to show internal directories.
Click to hide internal directories.