# 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](https://docs.hivesql.io/technical-informations/state-tables/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.

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hivesql.io/technical-informations/operations/txproposalvoteupdates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
