API
Vote Hook Interface SDK
Quick tip
If you are looking for a quick start guide, check out the Getting Started guide. We also have some react examples here.
Instructions
onVoteV0
Accounts
Name | Mutability | Signer | Docs |
---|---|---|---|
voter | immut | no | |
voteController | immut | yes | |
stateController | mut | no | |
proposal | immut | yes | |
proposalConfig | immut | no |
Args
Name | Type | Docs |
---|---|---|
args | VoteArgsV0 |
Accounts
Types
VoteArgsV0
Field | Type |
---|---|
choice | u16 |
weight | u128 |
removeVote | bool |