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 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)