Interface QueryConsensusStateResponseAmino

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

interface QueryConsensusStateResponseAmino {
    consensus_state?: AnyAmino;
    proof?: string;
    proof_height?: HeightAmino;
}

Properties

consensus_state?: AnyAmino

consensus state associated with the client identifier at the given height

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved