Skip to main content
Version: 0.9.1

Ballot Table

GET /tables/ballot?args

List individual ballot operations sent by bakers during votes.

FieldDescription
row_id uint64Unique row identifier.
election_id uint64Unique row_id of the election this proposal was submitted in.
proposal_id uint64Unique row_id of the proposal that is voted for.
voting_period int64On-chain sequence number of the voting period this ballot was cast at.
voting_period_kind enumType of the voting period proposal, exploration, cooldown, promotion, adoption.
height int64Block height where the ballot was included
time datetimeBlock time where the ballot was included.
source_id uint64Unique row_id if the ballot sender account.
op_id uint64Unique row_id if the ballot operation.
stake moneyAmount of stake owned by source.
ballot enumThe actual ballot yay, nay, pass.
source hashAddress of the ballot sender account.
op hashHash of the ballot operation.
proposal hashHash of the proposal that is voted on, if any.