Versions in this module Expand all Collapse all v0 v0.34.13 Aug 21, 2021 Changes in this version + type AppConnConsensus struct + 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 (_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 (_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 (_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 (_m *ClientCreator) NewABCIClient() (abcicli.Client, error)