Versions in this module Expand all Collapse all v6 v6.0.0 Jul 27, 2021 Changes in this version + type ABCIApplicationInterface struct + CurrentBlockHeight int64 + func NewABCIApplicationInterface() *ABCIApplicationInterface + func (app *ABCIApplicationInterface) BeginBlock(req types.RequestBeginBlock) types.ResponseBeginBlock + func (app *ABCIApplicationInterface) CheckTx(req types.RequestCheckTx) types.ResponseCheckTx + func (app *ABCIApplicationInterface) Commit() types.ResponseCommit + func (app *ABCIApplicationInterface) DeliverTx(req types.RequestDeliverTx) types.ResponseDeliverTx + func (app *ABCIApplicationInterface) EndBlock(req types.RequestEndBlock) types.ResponseEndBlock + func (app *ABCIApplicationInterface) Info(req types.RequestInfo) types.ResponseInfo + func (app *ABCIApplicationInterface) InitChain(req types.RequestInitChain) types.ResponseInitChain + func (app *ABCIApplicationInterface) Query(reqQuery types.RequestQuery) types.ResponseQuery + func (app *ABCIApplicationInterface) SetOption(req types.RequestSetOption) types.ResponseSetOption Other modules containing this package github.com/ndidplatform/smart-contract/v4 github.com/ndidplatform/smart-contract/v5 github.com/ndidplatform/smart-contract/v7 github.com/ndidplatform/smart-contract/v8 github.com/ndidplatform/smart-contract/v9