Documentation
¶
Index ¶
- type CounterApplication
- func (app *CounterApplication) CheckTx(tx []byte) types.Result
- func (app *CounterApplication) Commit() types.Result
- func (app *CounterApplication) DeliverTx(tx []byte) types.Result
- func (app *CounterApplication) Info() types.ResponseInfo
- func (app *CounterApplication) Query(reqQuery types.RequestQuery) types.ResponseQuery
- func (app *CounterApplication) SetOption(key string, value string) (log string)
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) Commit ¶
func (app *CounterApplication) Commit() types.Result
func (*CounterApplication) DeliverTx ¶
func (app *CounterApplication) DeliverTx(tx []byte) types.Result
func (*CounterApplication) Info ¶
func (app *CounterApplication) Info() types.ResponseInfo
func (*CounterApplication) Query ¶
func (app *CounterApplication) Query(reqQuery types.RequestQuery) types.ResponseQuery
Click to show internal directories.
Click to hide internal directories.