package
6.0.1-agoriclabs
Repository: https://github.com/agoric-labs/interchaintest.git
Documentation: pkg.go.dev

# Functions

DefaultChannelOpts returns the default settings for creating an ics20 fungible token transfer channel.
DefaultClientOpts returns the default settings for creating clients.
GetTransferChannel will return the transfer channel assuming only one client, one connection, and one channel with "transfer" port exists between two chains.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ChainConfig defines the chain parameters requires to run an interchaintest testnet for a chain.
No description provided by the author
ChannelFilter provides the means for either creating an allowlist or a denylist of channels on the src chain which will be used to narrow down the list of channels a user wants to relay on.
No description provided by the author
No description provided by the author
No description provided by the author
ConnectionOutput represents the IBC connection information queried from a chain's state for a particular connection.
CreateChannelOptions contains the configuration for creating a channel.
CreateClientOptions contains the configuration for creating a client.
No description provided by the author
No description provided by the author
NopRelayerExecReporter is a no-op RelayerExecReporter.
Packet is a packet sent over an IBC channel as defined in ICS-4.
PacketAcknowledgement signals the packet was processed and accepted by the counterparty chain.
PacketTimeout signals a packet was not processed by the counterparty chain.
RelyaerExecResult holds the details of a call to Relayer.Exec.
SidecarConfig describes the configuration options for instantiating a new sidecar process.
TransferOptions defines the options for an IBC packet transfer.
Tx is a generalized IBC transaction.
No description provided by the author

# Interfaces

No description provided by the author
Relayer represents an instance of a relayer that can be support IBC.
ExecReporter is the interface of a narrow type returned by testreporter.RelayerExecReporter.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
Order represents an IBC channel's ordering.
No description provided by the author