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

# Functions

GzipIt compresses the input ([]byte).
ModifyTomlConfigFile reads, modifies, then overwrites a toml config file, useful for config.toml, app.toml, etc.
PollForAck attempts to find an acknowledgement containing a packet equal to the packet argument.
PollForTimeout attempts to find a timeout containing a packet equal to the packet argument.
WaitForBlocks blocks until all chains reach a block height delta equal to or greater than the delta argument.
WaitForCondition periodically executes the given function fn based on the provided pollingInterval.
WaitForInSync blocks until all nodes have heights greater than or equal to the chain height.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

ChainAcker is a chain that can get its acknowledgements at a specified height.
ChainHeighter fetches the current chain block height.
ChainTimeouter is a chain that can get its timeouts at a specified height.

# Type aliases

Toml is used for holding the decoded state of a toml config file.