TxProposalVoteUpdates
- update_proposal_votes
Name | Description |
voter | the username |
proposal_ids | |
approve | true=approve - false=disapprove |
extensions | reserved for future use |
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 modified 2yr ago