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:

Example

{
    "public_key": "0106ca7c39cd272dbf21a86eeb3b36b7c26e2e9b94af64292419f7862936bca2ca",
    "validator_public_key": "0106ca7c39cd272dbf21a86eeb3b36b7c26e2e9b94af64292419f7862936bca2ca",
    "era_id": 1,
    "amount": "1000000000000",
    "timestamp": "2021-03-24T10:00:00.000Z"
}

Optional properties

Depending on the endpoint, the following optional properties may be included in the DelegatorReward entity:

Relations

The DelegatorReward entity has the following relations with other entities:

Endpoints

The DelegatorReward entity has the following endpoints:

Relation endpoints

The DelegatorReward entity has the following relation endpoints:

Last updated