# Functions
AddConsumer adds a new consumer chain with "testchain<index+2>" as chainID to the coordinator and returns the test chain and app type.
AddDemocracyConsumer adds a new democ consumer chain to the coordinator and returns the test chain and app type.
AddProvider adds a new provider chain to the coordinator and returns the test chain and app type.
ConsumerAppIniter returns a ibctesting.ValSetAppIniter for a consumer app.
DemocracyConsumerAppIniter implements ibctesting.ValSetAppIniter for a democracy consumer app.
ProviderAppIniter implements ibctesting.AppIniter for a provider app.
# Constants
Default number of consumer chains.
# Variables
No description provided by the author
# Structs
ConsumerBundle serves as a way to store useful in-mem consumer app chain state and relevant IBC paths in the context of CCV integration testing.