ClientConsensusStates defines all the stored consensus states for a given client.

interface ClientConsensusStatesAmino {
    client_id?: string;
    consensus_states?: ConsensusStateWithHeightAmino[];
}

Properties

client_id?: string

client identifier

consensus_states?: ConsensusStateWithHeightAmino[]

consensus states and their heights associated with the client