QueryConsensusStateRequest is the request type for the Query/ConsensusState RPC method. Besides the consensus state, it includes a proof and the height from which the proof was retrieved.

interface QueryConsensusStateRequestAmino {
    client_id?: string;
    latest_height?: boolean;
    revision_height?: string;
    revision_number?: string;
}

Properties

client_id?: string

client identifier

latest_height?: boolean

latest_height overrrides the height field and queries the latest stored ConsensusState

revision_height?: string

consensus state revision height

revision_number?: string

consensus state revision number