QueryConsensusStateResponse is the response type for the Query/ConsensusState RPC method

interface QueryConsensusStateResponse {
    consensusState?: Any;
    proof: Uint8Array;
    proofHeight: undefined | Height;
}

Properties

consensusState?: Any

consensus state associated with the client identifier at the given height

proof: Uint8Array

merkle proof of existence

proofHeight: undefined | Height

height at which the proof was retrieved