Documentation ¶
Index ¶
- type ABCIApplicationInterface
- func (app *ABCIApplicationInterface) ApplySnapshotChunk(req abcitypes.RequestApplySnapshotChunk) abcitypes.ResponseApplySnapshotChunk
- func (app *ABCIApplicationInterface) BeginBlock(req abcitypes.RequestBeginBlock) abcitypes.ResponseBeginBlock
- func (app *ABCIApplicationInterface) CheckTx(req abcitypes.RequestCheckTx) abcitypes.ResponseCheckTx
- func (app *ABCIApplicationInterface) Commit() abcitypes.ResponseCommit
- func (app *ABCIApplicationInterface) DeliverTx(req abcitypes.RequestDeliverTx) abcitypes.ResponseDeliverTx
- func (app *ABCIApplicationInterface) EndBlock(req abcitypes.RequestEndBlock) abcitypes.ResponseEndBlock
- func (app *ABCIApplicationInterface) Info(req abcitypes.RequestInfo) abcitypes.ResponseInfo
- func (app *ABCIApplicationInterface) InitChain(req abcitypes.RequestInitChain) abcitypes.ResponseInitChain
- func (app *ABCIApplicationInterface) ListSnapshots(req abcitypes.RequestListSnapshots) abcitypes.ResponseListSnapshots
- func (app *ABCIApplicationInterface) LoadSnapshotChunk(req abcitypes.RequestLoadSnapshotChunk) abcitypes.ResponseLoadSnapshotChunk
- func (app *ABCIApplicationInterface) OfferSnapshot(req abcitypes.RequestOfferSnapshot) abcitypes.ResponseOfferSnapshot
- func (app *ABCIApplicationInterface) Query(reqQuery abcitypes.RequestQuery) abcitypes.ResponseQuery
- func (app *ABCIApplicationInterface) SetOption(req abcitypes.RequestSetOption) abcitypes.ResponseSetOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ABCIApplicationInterface ¶
type ABCIApplicationInterface struct { // appV2 *appV2.ABCIApplication CurrentBlockHeight int64 // contains filtered or unexported fields }
func NewABCIApplicationInterface ¶
func NewABCIApplicationInterface() *ABCIApplicationInterface
func (*ABCIApplicationInterface) ApplySnapshotChunk ¶
func (app *ABCIApplicationInterface) ApplySnapshotChunk(req abcitypes.RequestApplySnapshotChunk) abcitypes.ResponseApplySnapshotChunk
func (*ABCIApplicationInterface) BeginBlock ¶
func (app *ABCIApplicationInterface) BeginBlock(req abcitypes.RequestBeginBlock) abcitypes.ResponseBeginBlock
func (*ABCIApplicationInterface) CheckTx ¶
func (app *ABCIApplicationInterface) CheckTx(req abcitypes.RequestCheckTx) abcitypes.ResponseCheckTx
func (*ABCIApplicationInterface) Commit ¶
func (app *ABCIApplicationInterface) Commit() abcitypes.ResponseCommit
func (*ABCIApplicationInterface) DeliverTx ¶
func (app *ABCIApplicationInterface) DeliverTx(req abcitypes.RequestDeliverTx) abcitypes.ResponseDeliverTx
func (*ABCIApplicationInterface) EndBlock ¶
func (app *ABCIApplicationInterface) EndBlock(req abcitypes.RequestEndBlock) abcitypes.ResponseEndBlock
func (*ABCIApplicationInterface) Info ¶
func (app *ABCIApplicationInterface) Info(req abcitypes.RequestInfo) abcitypes.ResponseInfo
func (*ABCIApplicationInterface) InitChain ¶
func (app *ABCIApplicationInterface) InitChain(req abcitypes.RequestInitChain) abcitypes.ResponseInitChain
func (*ABCIApplicationInterface) ListSnapshots ¶
func (app *ABCIApplicationInterface) ListSnapshots(req abcitypes.RequestListSnapshots) abcitypes.ResponseListSnapshots
func (*ABCIApplicationInterface) LoadSnapshotChunk ¶
func (app *ABCIApplicationInterface) LoadSnapshotChunk(req abcitypes.RequestLoadSnapshotChunk) abcitypes.ResponseLoadSnapshotChunk
func (*ABCIApplicationInterface) OfferSnapshot ¶
func (app *ABCIApplicationInterface) OfferSnapshot(req abcitypes.RequestOfferSnapshot) abcitypes.ResponseOfferSnapshot
func (*ABCIApplicationInterface) Query ¶
func (app *ABCIApplicationInterface) Query(reqQuery abcitypes.RequestQuery) abcitypes.ResponseQuery
func (*ABCIApplicationInterface) SetOption ¶
func (app *ABCIApplicationInterface) SetOption(req abcitypes.RequestSetOption) abcitypes.ResponseSetOption
Click to show internal directories.
Click to hide internal directories.