> 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-v10/interfaces/proposalvote.md).

# ProposalVote

## Hierarchy

* **ProposalVote**

## Index

### Properties

* [account](#account)
* [vote](#vote)
* [weight](#weight)

## Properties

### account

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

*Defined in* [*src/api/entities/Proposal/types.ts:8*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/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/959efb76/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/959efb76/src/api/entities/Proposal/types.ts#L10)
