The x/epochs module provides the following queries to check the module's state.
service Query {// EpochInfos provide running epochInfosrpcEpochInfos(QueryEpochsInfoRequest) returns (QueryEpochsInfoResponse) {}// CurrentEpoch provide current epoch of specified identifierrpcCurrentEpoch(QueryCurrentEpochRequest) returns (QueryCurrentEpochResponse) {}}