Versions in this module Expand all Collapse all v0 v0.38.3 Jan 4, 2024 Changes in this version + type AppConnConsensus struct + func NewAppConnConsensus(t mockConstructorTestingTNewAppConnConsensus) *AppConnConsensus + func (_m *AppConnConsensus) Commit(_a0 context.Context) (*types.ResponseCommit, error) + func (_m *AppConnConsensus) Error() error + func (_m *AppConnConsensus) ExtendVote(_a0 context.Context, _a1 *types.RequestExtendVote) (*types.ResponseExtendVote, error) + func (_m *AppConnConsensus) FinalizeBlock(_a0 context.Context, _a1 *types.RequestFinalizeBlock) (*types.ResponseFinalizeBlock, error) + func (_m *AppConnConsensus) InitChain(_a0 context.Context, _a1 *types.RequestInitChain) (*types.ResponseInitChain, error) + func (_m *AppConnConsensus) PrepareProposal(_a0 context.Context, _a1 *types.RequestPrepareProposal) (*types.ResponsePrepareProposal, error) + func (_m *AppConnConsensus) ProcessProposal(_a0 context.Context, _a1 *types.RequestProcessProposal) (*types.ResponseProcessProposal, error) + func (_m *AppConnConsensus) VerifyVoteExtension(_a0 context.Context, _a1 *types.RequestVerifyVoteExtension) (*types.ResponseVerifyVoteExtension, error) + type AppConnMempool struct + func NewAppConnMempool(t mockConstructorTestingTNewAppConnMempool) *AppConnMempool + func (_m *AppConnMempool) CheckTx(_a0 context.Context, _a1 *types.RequestCheckTx) (*types.ResponseCheckTx, error) + func (_m *AppConnMempool) CheckTxAsync(_a0 context.Context, _a1 *types.RequestCheckTx) (*abcicli.ReqRes, error) + func (_m *AppConnMempool) Error() error + func (_m *AppConnMempool) Flush(_a0 context.Context) error + func (_m *AppConnMempool) SetResponseCallback(_a0 abcicli.Callback) + type AppConnQuery struct + func NewAppConnQuery(t mockConstructorTestingTNewAppConnQuery) *AppConnQuery + func (_m *AppConnQuery) Echo(_a0 context.Context, _a1 string) (*types.ResponseEcho, error) + func (_m *AppConnQuery) Error() error + func (_m *AppConnQuery) Info(_a0 context.Context, _a1 *types.RequestInfo) (*types.ResponseInfo, error) + func (_m *AppConnQuery) Query(_a0 context.Context, _a1 *types.RequestQuery) (*types.ResponseQuery, error) + type AppConnSnapshot struct + func NewAppConnSnapshot(t mockConstructorTestingTNewAppConnSnapshot) *AppConnSnapshot + func (_m *AppConnSnapshot) ApplySnapshotChunk(_a0 context.Context, _a1 *types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error) + func (_m *AppConnSnapshot) Error() error + func (_m *AppConnSnapshot) ListSnapshots(_a0 context.Context, _a1 *types.RequestListSnapshots) (*types.ResponseListSnapshots, error) + func (_m *AppConnSnapshot) LoadSnapshotChunk(_a0 context.Context, _a1 *types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error) + func (_m *AppConnSnapshot) OfferSnapshot(_a0 context.Context, _a1 *types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error) + type ClientCreator struct + func NewClientCreator(t mockConstructorTestingTNewClientCreator) *ClientCreator + func (_m *ClientCreator) NewABCIClient() (abcicli.Client, error)