Documentation
¶
Index ¶
- type CounterApplication
- func (app *CounterApplication) CheckTx(tx []byte) types.ResultCheckTx
- func (app *CounterApplication) Commit() (resp types.ResultCommit)
- func (app *CounterApplication) DeliverTx(tx []byte) types.ResultDeliverTx
- func (app *CounterApplication) Info(req types.ParamsInfo) types.ResultInfo
- func (app *CounterApplication) Query(reqQuery types.ParamsQuery) types.ResultQuery
- func (app *CounterApplication) SetOption(req types.ParamsSetOption) types.ResultSetOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterApplication ¶
type CounterApplication struct { types.BaseApplication // contains filtered or unexported fields }
func NewCounterApplication ¶
func NewCounterApplication(serial bool) *CounterApplication
func (*CounterApplication) CheckTx ¶
func (app *CounterApplication) CheckTx(tx []byte) types.ResultCheckTx
func (*CounterApplication) Commit ¶
func (app *CounterApplication) Commit() (resp types.ResultCommit)
func (*CounterApplication) DeliverTx ¶
func (app *CounterApplication) DeliverTx(tx []byte) types.ResultDeliverTx
func (*CounterApplication) Info ¶
func (app *CounterApplication) Info(req types.ParamsInfo) types.ResultInfo
func (*CounterApplication) Query ¶
func (app *CounterApplication) Query(reqQuery types.ParamsQuery) types.ResultQuery
func (*CounterApplication) SetOption ¶
func (app *CounterApplication) SetOption(req types.ParamsSetOption) types.ResultSetOption
Click to show internal directories.
Click to hide internal directories.