> For the complete documentation index, see [llms.txt](https://docs.hivesql.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivesql.io/technical-informations/operations/txproposalvoteupdates.md).

# 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](/technical-informations/state-tables/proposals.md)) |
| 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.

{% hint style="warning" %}
Proposal votes are only summed at payment time (once per hour) and may not be reported immediately by related API.
{% endhint %}
