Versions in this module Expand all Collapse all v0 v0.34.24 Sep 22, 2023 Changes in this version + type Client struct + func (_m *Client) ApplySnapshotChunkAsync(_a0 types.RequestApplySnapshotChunk) *abcicli.ReqRes + func (_m *Client) ApplySnapshotChunkSync(_a0 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error) + func (_m *Client) BeginBlockAsync(_a0 types.RequestBeginBlock) *abcicli.ReqRes + func (_m *Client) BeginBlockSync(_a0 types.RequestBeginBlock) (*types.ResponseBeginBlock, error) + func (_m *Client) CheckTxAsync(_a0 types.RequestCheckTx) *abcicli.ReqRes + func (_m *Client) CheckTxSync(_a0 types.RequestCheckTx) (*types.ResponseCheckTx, error) + func (_m *Client) CommitAsync() *abcicli.ReqRes + func (_m *Client) CommitSync() (*types.ResponseCommit, error) + func (_m *Client) DeliverTxAsync(_a0 types.RequestDeliverTx) *abcicli.ReqRes + func (_m *Client) DeliverTxSync(_a0 types.RequestDeliverTx) (*types.ResponseDeliverTx, error) + func (_m *Client) EchoAsync(msg string) *abcicli.ReqRes + func (_m *Client) EchoSync(msg string) (*types.ResponseEcho, error) + func (_m *Client) EndBlockAsync(_a0 types.RequestEndBlock) *abcicli.ReqRes + func (_m *Client) EndBlockSync(_a0 types.RequestEndBlock) (*types.ResponseEndBlock, error) + func (_m *Client) Error() error + func (_m *Client) FlushAsync() *abcicli.ReqRes + func (_m *Client) FlushSync() error + func (_m *Client) InfoAsync(_a0 types.RequestInfo) *abcicli.ReqRes + func (_m *Client) InfoSync(_a0 types.RequestInfo) (*types.ResponseInfo, error) + func (_m *Client) InitChainAsync(_a0 types.RequestInitChain) *abcicli.ReqRes + func (_m *Client) InitChainSync(_a0 types.RequestInitChain) (*types.ResponseInitChain, error) + func (_m *Client) IsRunning() bool + func (_m *Client) ListSnapshotsAsync(_a0 types.RequestListSnapshots) *abcicli.ReqRes + func (_m *Client) ListSnapshotsSync(_a0 types.RequestListSnapshots) (*types.ResponseListSnapshots, error) + func (_m *Client) LoadSnapshotChunkAsync(_a0 types.RequestLoadSnapshotChunk) *abcicli.ReqRes + func (_m *Client) LoadSnapshotChunkSync(_a0 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error) + func (_m *Client) OfferSnapshotAsync(_a0 types.RequestOfferSnapshot) *abcicli.ReqRes + func (_m *Client) OfferSnapshotSync(_a0 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error) + func (_m *Client) OnReset() error + func (_m *Client) OnStart() error + func (_m *Client) OnStop() + func (_m *Client) QueryAsync(_a0 types.RequestQuery) *abcicli.ReqRes + func (_m *Client) QuerySync(_a0 types.RequestQuery) (*types.ResponseQuery, error) + func (_m *Client) Quit() <-chan struct{} + func (_m *Client) Reset() error + func (_m *Client) SetLogger(_a0 log.Logger) + func (_m *Client) SetOptionAsync(_a0 types.RequestSetOption) *abcicli.ReqRes + func (_m *Client) SetOptionSync(_a0 types.RequestSetOption) (*types.ResponseSetOption, error) + func (_m *Client) SetResponseCallback(_a0 abcicli.Callback) + func (_m *Client) Start() error + func (_m *Client) Stop() error + func (_m *Client) String() string