> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/interfaces/proposalvote.md).

# ProposalVote

## Hierarchy

* **ProposalVote**

## Index

### Properties

* [account](/polymesh-sdk-api-reference/docs-v5/interfaces/proposalvote.md#account)
* [vote](/polymesh-sdk-api-reference/docs-v5/interfaces/proposalvote.md#vote)
* [weight](/polymesh-sdk-api-reference/docs-v5/interfaces/proposalvote.md#weight)

## Properties

### account

• **account**: [*Account*](/polymesh-sdk-api-reference/docs-v5/classes/account.md)

*Defined in* [*src/api/entities/Proposal/types.ts:8*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/Proposal/types.ts#L8)

### vote

• **vote**: *boolean*

*Defined in* [*src/api/entities/Proposal/types.ts:9*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/Proposal/types.ts#L9)

### weight

• **weight**: *BigNumber*

*Defined in* [*src/api/entities/Proposal/types.ts:10*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/Proposal/types.ts#L10)
