Bidder
The Bidder
entity represents an account participating in the auction to become a Validator for the era after the next one. It has the same properties as the Validator entity, with the network share value being projected instead of actual.
The Bidder
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Projected validator rank based on total bid amount |
|
| Auction era identifier |
|
| Bidder account public key represented as a hexadecimal string |
|
| Describes whether the bidder is active or not |
|
| Percentage of the rewards the bidder will retain for its services once becomes a validator |
|
| Number of delegators staked to the bidder |
|
| Amount of bidder bid stake |
|
| Cumulative stake of all delegators |
|
| Total bidder stake. The sum of the self-stake and the delegator stakes. |
|
| Bidder self-stake calculated as a sum of the bidder stake and the stakes of the affiliated accounts provided via the Casper Account Info Standard |
|
| Percentage of the bidder's self-stake to its total stake |
|
| Projected network stake share if the bidder becomes a validator |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the Bidder
entity:
Property | Type | Description |
---|---|---|
| Bidder account info provided by the account owner | |
| ||
|
| Primary CSPR.name of the account |
| Moving average of validator performance based on the received rewards over the past 360 eras (approximately one month) |
Relations
Entity | Mapping property | Description |
---|---|---|
| Auction bids are made by accounts | |
| Bidders that were validators in the past have associated validator performance |
Endpoints
The Bidder
entity has the following endpoints:
Relation endpoints
None
Last updated