The height of the block in which the period starts
startTimestring (date-time)
The timestamp of the block in which the period starts
lastLevelinteger (int32)
The height of the block in which the period ends
endTimestring (date-time)
The timestamp of the block in which the period ends
kindnullable string
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
statusnullable string
Status of the voting period:
`active` - means that the voting period is in progress
`no_proposals` - means that there were no proposals during the voting period
`no_quorum` - means that there was a voting but the quorum was not reached
`no_supermajority` - means that there was a voting but the supermajority was not reached
`no_single_winner` - means that there were multiple winning proposals with the same voting power
`success` - means that the period was finished with positive voting result
dictatornullable string
Status of the governance dictator:
`none` - means that there were no actions by the dictator
`abort` - means that the epoch was aborted by the dictator
`reset` - means that the period was reset by the dictator
`submit` - means that the dictator submitted a proposal
totalBakersnullable integer (int32)
The number of bakers on the voters list
totalVotingPowernullable integer (int64)
Total voting power of bakers on the voters list
upvotesQuorumnullable number (double)
Upvotes quorum percentage (only for proposal period)
proposalsCountnullable integer (int32)
The number of proposals injected during the voting period (only for proposal period)
topUpvotesnullable integer (int32)
This is how many upvotes (proposal operations) the most upvoted proposal has (only for proposal period)
topVotingPowernullable integer (int64)
This is how much voting power the most upvoted proposal has (only for proposal period)
ballotsQuorumnullable number (double)
Ballots quorum percentage (only for exploration and promotion periods)
supermajoritynullable number (double)
Supermajority percentage (only for exploration and promotion periods)
yayBallotsnullable integer (int32)
The number of the ballots with "yay" vote (only for exploration and promotion periods)
yayVotingPowernullable integer (int64)
Total voting power of the ballots with "yay" vote (only for exploration and promotion periods)
nayBallotsnullable integer (int32)
The number of the ballots with "nay" vote (only for exploration and promotion periods)
nayVotingPowernullable integer (int64)
Total voting power of the ballots with "nay" vote (only for exploration and promotion periods)
passBallotsnullable integer (int32)
The number of the ballots with "pass" vote (only for exploration and promotion periods)
passVotingPowernullable integer (int64)
Total voting power of the ballots with "pass" vote (only for exploration and promotion periods)