Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2019 Changes in this version + type CounterApplication struct + func NewCounterApplication(serial bool) *CounterApplication + func (app *CounterApplication) CheckTx(tx []byte) types.ResponseCheckTx + func (app *CounterApplication) Commit() (resp types.ResponseCommit) + func (app *CounterApplication) DeliverTx(tx []byte) 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