Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.36 KB

PeriodInfo.md

File metadata and controls

13 lines (10 loc) · 1.36 KB

PeriodInfo

Properties

Name Type Description Notes
index int Voting period index, starting from zero [optional]
epoch int Voting epoch index, starting from zero [optional]
kind str Kind of the voting period `proposal` - delegates can submit protocol amendment proposals using the proposal operation `exploration` - bakers (delegates) may vote on the top-ranked proposal from the previous Proposal Period using the ballot operation `testing` - If the proposal is approved in the Exploration Period, the testing (or 'cooldown') period begins and bakers start testing the new protocol `promotion` - delegates can cast one vote to promote or not the tested proposal using the ballot operation `adoption` - after the proposal is actually accepted, the ecosystem has some time to prepare to the upgrade Learn more: https://tezos.gitlab.io/whitedoc/voting.html [optional]
first_level int The height of the block in which the period starts [optional]
last_level int The height of the block in which the period ends [optional]

[Back to Model list] [Back to API list] [Back to README]