# Functions
DefaultConfig returns a sane default configuration suitable for nearly all testing requirements.
No description provided by the author
Load creates instance with fully configured cosmos network.
LoaderDefaultConfig will initialize config for the network with custom application, genesis and single validator.
MinimumAppConfig defines the minimum of modules required for a call to New to succeed.
New creates a new Network for integration tests or in-process testnets run via the CLI.
NewCLILogger creates a new CLILogger.
# Structs
CLILogger wraps a cobra.Command and provides command logging methods.
Config defines the necessary configuration used to bootstrap and start an in-process local testing network.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AppConstructor defines a function which accepts a network configuration and creates an ABCI Application to provide to Tendermint.
AppConstructor defines a function which accepts a network configuration and creates an ABCI Application to provide to Tendermint.