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

interface ClientConsensusStates {
    clientId: string;
    consensusStates: ConsensusStateWithHeight[];
}

Properties

clientId: string

client identifier

consensusStates: ConsensusStateWithHeight[]

consensus states and their heights associated with the client