QueryConsensusStatesResponse is the response type for the Query/ConsensusStates RPC method

interface QueryConsensusStatesResponse {
    consensusStates: ConsensusStateWithHeight[];
    pagination?: PageResponse;
}

Properties

consensusStates: ConsensusStateWithHeight[]

consensus states associated with the identifier

pagination?: PageResponse

pagination response