Versions in this module Expand all Collapse all v3 v3.3.5 Oct 6, 2022 v3.3.4 Oct 6, 2022 Changes in this version + func QueryClientState(clientCtx client.Context, clientID string, prove bool) (*types.QueryClientStateResponse, error) + func QueryClientStateABCI(clientCtx client.Context, clientID string) (*types.QueryClientStateResponse, error) + func QueryConsensusState(clientCtx client.Context, clientID string, height exported.Height, ...) (*types.QueryConsensusStateResponse, error) + func QueryConsensusStateABCI(clientCtx client.Context, clientID string, height exported.Height) (*types.QueryConsensusStateResponse, error) + func QuerySelfConsensusState(clientCtx client.Context) (*ibctmtypes.ConsensusState, int64, error) + func QueryTendermintHeader(clientCtx client.Context) (ibctmtypes.Header, int64, error)