Delegator reward
The DelegatorReward
entity offers a normalized representation of the Casper Network Reward related to the delegator account.
Properties
The DelegatorReward
entity contains the following properties:
Property | Type | Description |
---|---|---|
|
| The public key of the delegator account represented as a hexadecimal string. Primary account identifier |
|
| Public key of the validator represented as a hexadecimal string. Unique validator identifier |
|
| Era identifier |
|
| Amount of the reward received by the delegator. |
|
| Timestamp indicating when the last block was proposed. |
Example
Optional properties
Depending on the endpoint, the following optional properties may be included in the DelegatorReward
entity:
Property | Type | Description |
---|---|---|
|
| The rate that was relevant at the moment when the last block was proposed. To get more details see Including CSPR rates . |
| Account info provided by the account owner | |
| Account information available for known accounts provided by CSPR.cloud team | |
|
| Primary CSPR.name of the account |
Relations
The DelegatorReward
entity has the following relations with other entities:
Entity | Mapping property | Description |
---|---|---|
| Accounts receive rewards for delegating to validators. | |
| Delegation rewards are associated with the validator, that distributed the rewards |
Endpoints
The DelegatorReward
entity has the following endpoints:
Last updated