Documentation ¶
Index ¶
- type CounterApplication
- func (app *CounterApplication) CheckTx(req abci.RequestCheckTx) abci.ResponseCheckTx
- func (app *CounterApplication) Commit() (resp abci.ResponseCommit)
- func (app *CounterApplication) DeliverTx(req abci.RequestDeliverTx) abci.ResponseDeliverTx
- func (app *CounterApplication) Info(req abci.RequestInfo) abci.ResponseInfo
- func (app *CounterApplication) Query(reqQuery abci.RequestQuery) abci.ResponseQuery
- func (app *CounterApplication) SetOption(req abci.RequestSetOption) abci.ResponseSetOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterApplication ¶
type CounterApplication struct { abci.BaseApplication // contains filtered or unexported fields }
func NewCounterApplication ¶
func NewCounterApplication(serial bool) *CounterApplication
func (*CounterApplication) CheckTx ¶
func (app *CounterApplication) CheckTx(req abci.RequestCheckTx) abci.ResponseCheckTx
func (*CounterApplication) Commit ¶
func (app *CounterApplication) Commit() (resp abci.ResponseCommit)
func (*CounterApplication) DeliverTx ¶
func (app *CounterApplication) DeliverTx(req abci.RequestDeliverTx) abci.ResponseDeliverTx
func (*CounterApplication) Info ¶
func (app *CounterApplication) Info(req abci.RequestInfo) abci.ResponseInfo
func (*CounterApplication) Query ¶
func (app *CounterApplication) Query(reqQuery abci.RequestQuery) abci.ResponseQuery
func (*CounterApplication) SetOption ¶
func (app *CounterApplication) SetOption(req abci.RequestSetOption) abci.ResponseSetOption
Click to show internal directories.
Click to hide internal directories.