Skip to main content
Version: mainnet (v0.71)

RewardScore

No description

type RewardScore {
rawValidatorScore: String!
performanceScore: String!
multisigScore: String!
validatorScore: String!
normalisedScore: String!
validatorStatus: ValidatorStatus!
}

Fields

RewardScore.rawValidatorScore ● String! non-null scalar

The stake based validator score with anti-whaling

RewardScore.performanceScore ● String! non-null scalar

The performance score of the validator

RewardScore.multisigScore ● String! non-null scalar

The multisig score of the validator

RewardScore.validatorScore ● String! non-null scalar

The composite score of the validator

RewardScore.normalisedScore ● String! non-null scalar

The normalised score of the validator

RewardScore.validatorStatus ● ValidatorStatus! non-null enum

The status of the validator for this score

Member of

Node object