Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 v0.1.1 Nov 25, 2021 Changes in this version + func ParsePrefix(cdc *codec.Codec, arg string) (commitmenttypes.MerklePrefix, error) + func ParseProof(cdc *codec.Codec, arg string) (commitmenttypes.MerkleProof, error) + func QueryAllClientConnectionPaths(cliCtx context.CLIContext, page, limit int) ([]types.ConnectionPaths, int64, error) + func QueryAllConnections(cliCtx context.CLIContext, page, limit int) ([]types.ConnectionEnd, int64, error) + func QueryClientConnections(cliCtx context.CLIContext, clientID string, prove bool) (types.ClientConnectionsResponse, error) + func QueryConnection(cliCtx context.CLIContext, connectionID string, prove bool) (types.ConnectionResponse, error)