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

interface QueryClientConnectionsResponse {
    connectionPaths: string[];
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

connectionPaths: string[]

slice of all the connection paths associated with a client.

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was generated