Versions in this module Expand all Collapse all v0 v0.9.0 Oct 19, 2020 Changes in this version + type CounterApplication struct + func NewCounterApplication(serial bool) *CounterApplication + func (app *CounterApplication) CheckTx(req types.RequestCheckTx) types.ResponseCheckTx + func (app *CounterApplication) Commit() (resp types.ResponseCommit) + func (app *CounterApplication) DeliverTx(req types.RequestDeliverTx) types.ResponseDeliverTx + func (app *CounterApplication) Info(req types.RequestInfo) types.ResponseInfo + func (app *CounterApplication) Query(reqQuery types.RequestQuery) types.ResponseQuery + func (app *CounterApplication) SetOption(req types.RequestSetOption) types.ResponseSetOption