Validator
The Validator
entity provides a normalized representation of the Casper Network Validator. It includes the extended information about its stakes, fee, shares etc.
Properties
The Validator
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Projected validator rank based on total stake amount |
|
| Current era validator identifier |
|
| Validator public key represented as a hexadecimal string |
|
| Describes whether the validator is active or not |
|
| Percentage of the rewards the validator retains for its services |
|
| Number of delegators staked to validator |
|
| Validator self-stake calculated as a sum of the bidder stake and the stakes of the affiliated accounts provided via the Casper Account Info Standard |
|
| Cumulative stake of all delegators |
|
| Total validator stake. The sum of the self-stake and the delegator stakes |
|
| Percentage of the validator's self-stake to its total stake |
|
| Percentage of the validator's total stake to the total amount staked on the network |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the Validator
entity:
Property | Type | Description |
---|---|---|
| Account info provided by the validator | |
| Account information available for known accounts provided by CSPR.cloud team | |
| Validator average performance |
Relations
Entity | Mapping property | Description |
---|---|---|
| Accounts can participate in the auction to become a validator | |
| Validators with active bids are bidders in the auction era | |
| Validators propose blocks | |
| Accounts can delegate to validators to increase their stake | |
| Validators receive staking rewards for their services | |
| Validators' participation is measured |
Endpoints
The Validator
entity has the following endpoints:
Relation endpoints
The Validator
entity has the following relation endpoints:
Last updated