Versions in this module Expand all Collapse all v0 v0.34.24 Mar 7, 2023 Changes in this version + type AppConnConsensus struct + func NewAppConnConsensus(t NewAppConnConsensusT) *AppConnConsensus + func (_m *AppConnConsensus) BeginBlockSync(_a0 types.RequestBeginBlock) (*types.ResponseBeginBlock, error) + func (_m *AppConnConsensus) CommitSync() (*types.ResponseCommit, error) + func (_m *AppConnConsensus) DeliverTxAsync(_a0 types.RequestDeliverTx) *abcicli.ReqRes + func (_m *AppConnConsensus) EndBlockSync(_a0 types.RequestEndBlock) (*types.ResponseEndBlock, error) + func (_m *AppConnConsensus) Error() error + func (_m *AppConnConsensus) InitChainSync(_a0 types.RequestInitChain) (*types.ResponseInitChain, error) + func (_m *AppConnConsensus) SetResponseCallback(_a0 abcicli.Callback) + type AppConnMempool struct + func NewAppConnMempool(t NewAppConnMempoolT) *AppConnMempool + func (_m *AppConnMempool) CheckTxAsync(_a0 types.RequestCheckTx) *abcicli.ReqRes + func (_m *AppConnMempool) CheckTxSync(_a0 types.RequestCheckTx) (*types.ResponseCheckTx, error) + func (_m *AppConnMempool) Error() error + func (_m *AppConnMempool) FlushAsync() *abcicli.ReqRes + func (_m *AppConnMempool) FlushSync() error + func (_m *AppConnMempool) SetResponseCallback(_a0 abcicli.Callback) + type AppConnQuery struct + func NewAppConnQuery(t NewAppConnQueryT) *AppConnQuery + func (_m *AppConnQuery) EchoSync(_a0 string) (*types.ResponseEcho, error) + func (_m *AppConnQuery) Error() error + func (_m *AppConnQuery) InfoSync(_a0 types.RequestInfo) (*types.ResponseInfo, error) + func (_m *AppConnQuery) QuerySync(_a0 types.RequestQuery) (*types.ResponseQuery, error) + type AppConnSnapshot struct + func NewAppConnSnapshot(t NewAppConnSnapshotT) *AppConnSnapshot + func (_m *AppConnSnapshot) ApplySnapshotChunkSync(_a0 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error) + func (_m *AppConnSnapshot) Error() error + func (_m *AppConnSnapshot) ListSnapshotsSync(_a0 types.RequestListSnapshots) (*types.ResponseListSnapshots, error) + func (_m *AppConnSnapshot) LoadSnapshotChunkSync(_a0 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error) + func (_m *AppConnSnapshot) OfferSnapshotSync(_a0 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error) + type ClientCreator struct + func NewClientCreator(t mockConstructorTestingTNewClientCreator) *ClientCreator + func (_m *ClientCreator) NewABCIClient() (abcicli.Client, error) + type NewAppConnConsensusT interface + Cleanup func(func()) + type NewAppConnMempoolT interface + Cleanup func(func()) + type NewAppConnQueryT interface + Cleanup func(func()) + type NewAppConnSnapshotT interface + Cleanup func(func())