Versions in this module Expand all Collapse all v0 v0.1.4 Apr 10, 2023 v0.0.1 Aug 7, 2023 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)