Interface QueryConnectionConsensusStateResponseAmino

QueryConnectionConsensusStateResponse is the response type for the Query/ConnectionConsensusState RPC method

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

Properties

client_id?: string

client ID associated with the consensus state

consensus_state?: AnyAmino

consensus state associated with the channel

proof?: string

merkle proof of existence

proof_height?: HeightAmino

height at which the proof was retrieved