Versions in this module Expand all Collapse all v0 v0.0.2 Nov 23, 2021 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)