Validator reward
The ValidatorReward
entity offers a normalized representation of the Casper Network Reward received by a Validator for a specific era.
Properties
The ValidatorReward
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Public key of the validator represented as a hexadecimal string. Unique validator identifier |
|
| Era identifier |
|
| Amount of the reward received by the validator |
|
| Timestamp indicating when the last block in the era was proposed |
Example
Optional properties
Depending on the endpoint, the following optional properties may be included in the ValidatorReward
entity:
Property | Type | Description |
---|---|---|
|
|
Relations
The ValidatorReward
entity has the following relations with other entities:
Entity | Mapping property | Description |
---|---|---|
| Validators receive rewards for participating in the consensus process. |
Endpoints
The ValidatorReward
entity has the following endpoints:
Relation endpoints
The ValidatorReward
entity has the following relation endpoints:
Last updated