Name | Type | Description | Notes |
---|---|---|---|
index | int | Index of the voting epoch, starting from zero | [optional] |
first_level | int | The height of the block in which the epoch starts | [optional] |
start_time | \DateTime | The timestamp of the block in which the epoch starts | [optional] |
last_level | int | The height of the block in which the epoch ends | [optional] |
end_time | \DateTime | The timestamp of the block in which the epoch ends | [optional] |
status | string | Status of the voting epoch: `no_proposals` - there were no proposals proposed `voting` - there was at least one proposal and the voting is in progress `completed` - voting successfully completed and the proposal was accepted `failed` - voting was not completed due to either quorum or supermajority was not reached | [optional] |
periods | \Bzzhh\Tzkt\Model\VotingPeriod[] | Voting periods in the epoch | [optional] |
proposals | \Bzzhh\Tzkt\Model\Proposal[] | Proposals pushed during the voting epoch (null, if there were no proposals). | [optional] |