QueryClientStateResponse is the response type for the Query/ClientState RPC method. Besides the client state, it includes a proof and the height from which the proof was retrieved.

interface QueryClientStateResponseAmino {
    client_state?: AnyAmino;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

client_state?: AnyAmino

client state associated with the request identifier

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved