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 ParseClientState(cdc *codec.LegacyAmino, arg string) (exported.ClientState, error) + func ParsePrefix(cdc *codec.LegacyAmino, arg string) (commitmenttypes.MerklePrefix, error) + func ParseProof(cdc *codec.LegacyAmino, arg string) ([]byte, error) + func QueryClientConnections(clientCtx client.Context, clientID string, prove bool) (*types.QueryClientConnectionsResponse, error) + func QueryConnection(clientCtx client.Context, connectionID string, prove bool) (*types.QueryConnectionResponse, error) + func QueryConnectionClientState(clientCtx client.Context, connectionID string, prove bool) (*types.QueryConnectionClientStateResponse, error) + func QueryConnectionConsensusState(clientCtx client.Context, connectionID string, height clienttypes.Height, ...) (*types.QueryConnectionConsensusStateResponse, error)