QueryConnectionResponse is the response type for the Query/Connection RPC method. Besides the connection end, it includes a proof and the height from which the proof was retrieved.

interface QueryConnectionResponseAmino {
    connection?: ConnectionEndAmino;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

connection?: ConnectionEndAmino

connection associated with the request identifier

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved