Skip to main content
Version: 0.9.1

Rights Table

GET /tables/rights?args

List detailed rights for baking (all priorities 0..63) and endorsing. This table is extended with future data from cycle n+5 at the start of a new cycle N. During a cycle, rights for each block are updated according to actual baker, priority and endorsers.

FieldDescription
row_id uint64Unique row identifier.
cycle int64Cycle this right relates to.
account_id uint64Unique row_id of the baker who owns this right.
baking_rights hexBitset for round 0 baking rights.
endorsing_rights hexBitset for round endorsing rights.
blocks_baked hexBitset for blocks baked.
blocks_endorsed hexBitset for blocks endorsed.
seeds_required hexBitset for block seed nonce commitments where the baker is required to publish a nonce_revelation in the next cycle.
seeds_revealed hexBitset for actually revealed seed nonces.
address hashAddress of the baker who owns this right.
height int64Block height at cycle start.