RankingScore
No description
type RankingScore {
status: ValidatorStatus!
previousStatus: ValidatorStatus!
rankingScore: String!
stakeScore: String!
performanceScore: String!
votingPower: String!
}
Fields
RankingScore.status
● ValidatorStatus!
non-null enum
The current validation status of the validator
RankingScore.previousStatus
● ValidatorStatus!
non-null enum
The former validation status of the validator
RankingScore.rankingScore
● String!
non-null scalar
The ranking score of the validator
RankingScore.stakeScore
● String!
non-null scalar
The stake based score of the validator (no anti-whaling)
RankingScore.performanceScore
● String!
non-null scalar
The performance score of the validator
RankingScore.votingPower
● String!
non-null scalar
The Tendermint voting power of the validator (uint32)
Member of
Node
object