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

interface QueryChannelResponseAmino {
    channel?: ChannelAmino;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

channel?: ChannelAmino

channel associated with the request identifiers

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved