 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type 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
 
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.ResponseCheckTx
func (*CounterApplication) Commit ¶
func (app *CounterApplication) Commit() (resp types.ResponseCommit)
func (*CounterApplication) DeliverTx ¶
func (app *CounterApplication) DeliverTx(tx []byte) types.ResponseDeliverTx
func (*CounterApplication) Info ¶
func (app *CounterApplication) Info(req types.RequestInfo) types.ResponseInfo
func (*CounterApplication) Query ¶
func (app *CounterApplication) Query(reqQuery types.RequestQuery) types.ResponseQuery
func (*CounterApplication) SetOption ¶
func (app *CounterApplication) SetOption(req types.RequestSetOption) types.ResponseSetOption
       Source Files
      ¶
      Source Files
      ¶
    
- counter.go
 Click to show internal directories. 
   Click to hide internal directories.