# Functions
No description provided by the author
ImmediatelyTimeout returns an ibc.IBCTimeout which will cause an IBC transfer to timeout immediately.
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.
WaitForBlocksUtil iterates from 0 to maxBlocks and calls fn function with the current iteration index as a parameter.
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.
No description provided by the author
# 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.
No description provided by the author
# Type aliases
Toml is used for holding the decoded state of a toml config file.