> 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/txvotes.md).

# TxVotes

#### Blockchain operations

* vote

#### Columns

| Name     | Description                                 |
| -------- | ------------------------------------------- |
| voter    | account performing the vote                 |
| author   | author of the post or comment being voted   |
| permlink | permlink of the post or comment being voted |
| weight   | vote weight in percent                      |

#### Description

A voter can vote several times on the same post and comment with a different weight value ranging from -10000 to 10000.

The `weight` value is stored in the blockchain as an integer and must be divided by 100 to get the real float percentage.
