Versions in this module Expand all Collapse all v3 v3.1.1 Mar 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) Other modules containing this package github.com/vipernet-xyz/ibc-go/v7