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