Validator reward
Last updated
Last updated
The ValidatorReward
entity offers a normalized representation of the Casper Network received by a for a specific era.
The ValidatorReward
entity has the following properties:
public_key
string(64)
Public key of the validator represented as a hexadecimal string. Unique validator identifier
era_id
uint32
Era identifier
amount
uint64
Amount of the reward received by the validator
timestamp
datetime
Timestamp indicating when the last block in the era was proposed
Example
Depending on the endpoint, the following optional properties may be included in the ValidatorReward
entity:
rate
float32
The ValidatorReward
entity has the following relations with other entities:
public_key
Validators receive rewards for participating in the consensus process.
The ValidatorReward
entity has the following endpoints:
The ValidatorReward
entity has the following relation endpoints:
The rate that was relevant at the moment when the last block was proposed. To get more details see .