Msg

IncreaseCount increments the counter by the specified amount.

post/cosmos.counter.v1.Msg/IncreaseCount

Request body

countstring int64

count is the number of times to increment the counter.

signerstring

signer is the address that controls the module (defaults to x/gov unless overwritten).

Response

A successful response.

new_countstring int64

new_count is the number of times the counter was incremented.

Changes