# Variables
No description provided by the author
# Structs
MsgIncreaseCounter defines a message which increases the counter by a given amount.
MsgIncreaseCounterResponse defines the MsgIncreaseCounter response type.
MsgInit defines a message which initializes the counter with a given amount.
MsgInitResponse defines the MsgInit response type.
MsgTestDependencies is used to test the dependencies.
MsgTestDependenciesResponse is used to test the dependencies.
QueryCounterRequest is used to query the counter value.
QueryCounterResponse returns the counter value.