# Functions
CreateApp initializes a new SimApp.
CreateAppWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
ExecCommand executes a tx command and returns the result.
NewConfig returns a new app config.
NewTestNetworkFixture returns a new simapp AppConstructor for network simulation tests.
WaitForTx waits for a tx to be included in a block.
# Structs
AppWrapper extends an ABCI application, but with most of its parameters exported.
EmptyAppOptions is a stub implementing AppOptions.