Versions in this module Expand all Collapse all v6 v6.0.0 Dec 6, 2023 Changes in this version + const DefaultContainerImage + const DefaultContainerVersion + const RlyDefaultUidGid + func Capabilities() map[relayer.Capability]bool + type CosmosRelayer struct + func NewCosmosRelayer(log *zap.Logger, testName string, cli *client.Client, networkID string, ...) *CosmosRelayer + type CosmosRelayerChainConfig struct + Type string + Value CosmosRelayerChainConfigValue + func ChainConfigToCosmosRelayerChainConfig(chainConfig ibc.ChainConfig, keyName, rpcAddr, gprcAddr string) CosmosRelayerChainConfig + type CosmosRelayerChainConfigValue struct + AccountPrefix string + ChainID string + Debug bool + GRPCAddr string + GasAdjustment float64 + GasPrices string + Key string + KeyringBackend string + OutputFormat string + RPCAddr string + SignMode string + Timeout string + type RlyWallet struct + func NewWallet(keyname string, address string, mnemonic string) *RlyWallet + func (w *RlyWallet) Address() []byte + func (w *RlyWallet) FormattedAddress() string + func (w *RlyWallet) KeyName() string + func (w *RlyWallet) Mnemonic() string + type WalletModel struct + Address string + Mnemonic string Other modules containing this package github.com/strangelove-ventures/interchaintest/v7 github.com/strangelove-ventures/interchaintest/v8