TxProposalVoteUpdates
Blockchain operations
update_proposal_votes
Columns
Name | Description |
voter | the username |
proposal_ids | the identifiers of the proposals the user wants to vote or unvote (see Proposals) |
approve | true=approve - false=disapprove |
extensions | reserved for future use |
Description
This table contains all votes or votes removals for proposals. proposal_ids
is a JSON array of proposals so multiple proposals can be approved or unapproved at once using a single operation.
Proposal votes are only summed at payment time (once per hour) and may not be reported immediately by related API.
Last updated