Interface QueryClientConnectionsResponseAmino

QueryClientConnectionsResponse is the response type for the Query/ClientConnections RPC method

interface QueryClientConnectionsResponseAmino {
    connection_paths?: string[];
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

connection_paths?: string[]

slice of all the connection paths associated with a client.

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was generated