Versions in this module Expand all Collapse all v0 v0.34.11 Aug 6, 2021 Changes in this version + type AppConnConsensus struct + func (_m *AppConnConsensus) BeginBlockSync(_a0 context.Context, _a1 types.RequestBeginBlock) (*types.ResponseBeginBlock, error) + func (_m *AppConnConsensus) CommitSync(_a0 context.Context) (*types.ResponseCommit, error) + func (_m *AppConnConsensus) DeliverTxAsync(_a0 context.Context, _a1 types.RequestDeliverTx) (*abcicli.ReqRes, error) + func (_m *AppConnConsensus) EndBlockSync(_a0 context.Context, _a1 types.RequestEndBlock) (*types.ResponseEndBlock, error) + func (_m *AppConnConsensus) Error() error + func (_m *AppConnConsensus) InitChainSync(_a0 context.Context, _a1 types.RequestInitChain) (*types.ResponseInitChain, error) + func (_m *AppConnConsensus) SetResponseCallback(_a0 abcicli.Callback) + type AppConnMempool struct + func (_m *AppConnMempool) CheckTxAsync(_a0 context.Context, _a1 types.RequestCheckTx) (*abcicli.ReqRes, error) + func (_m *AppConnMempool) CheckTxSync(_a0 context.Context, _a1 types.RequestCheckTx) (*types.ResponseCheckTx, error) + func (_m *AppConnMempool) Error() error + func (_m *AppConnMempool) FlushAsync(_a0 context.Context) (*abcicli.ReqRes, error) + func (_m *AppConnMempool) FlushSync(_a0 context.Context) error + func (_m *AppConnMempool) SetResponseCallback(_a0 abcicli.Callback) + type AppConnQuery struct + func (_m *AppConnQuery) EchoSync(_a0 context.Context, _a1 string) (*types.ResponseEcho, error) + func (_m *AppConnQuery) Error() error + func (_m *AppConnQuery) InfoSync(_a0 context.Context, _a1 types.RequestInfo) (*types.ResponseInfo, error) + func (_m *AppConnQuery) QuerySync(_a0 context.Context, _a1 types.RequestQuery) (*types.ResponseQuery, error) + type AppConnSnapshot struct + func (_m *AppConnSnapshot) ApplySnapshotChunkSync(_a0 context.Context, _a1 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error) + func (_m *AppConnSnapshot) Error() error + func (_m *AppConnSnapshot) ListSnapshotsSync(_a0 context.Context, _a1 types.RequestListSnapshots) (*types.ResponseListSnapshots, error) + func (_m *AppConnSnapshot) LoadSnapshotChunkSync(_a0 context.Context, _a1 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error) + func (_m *AppConnSnapshot) OfferSnapshotSync(_a0 context.Context, _a1 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error) + type ClientCreator struct + func (_m *ClientCreator) NewABCIClient() (abcicli.Client, error)