Name | Lookup | Parameters | |
|---|---|---|---|
| vote | 6d00 | 3 | |
| remove_vote | 6d01 | 2 | |
| remove_other_vote | 6d02 | 3 | |
| unlock | 6d03 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Voted | 6d00 | ["AccountId","PollIndexOf","AccountVote<BalanceOf>"] |
Name | Type | |
|---|---|---|
| VoteCurrencies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"pallet_vote_manager:types:VoteCurrency","keys_id":718,"value_id":636}} | |
| VotesToUnlock | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"pallet_vote_manager:types:BalanceToUnlock","keys_id":718,"value_id":1018}} |
Name | Docs |
|---|---|
| AlreadyDelegating | The account is already delegating their vote. |
| InsufficientFunds | The account has insufficient funds to cast the vote. |
| NotOngoing | The maximum number of votes for this referendum has been reached. |
| NotVoter | The account is not a registered voter for the referendum. |
| NoPermission | The account does not have permission to perform the operation. |
| UnlockVoteNotFound | The vote unlock information was not found. |
| UnlockPeriodNotPassed | The unlock period for the vote has not yet passed. |
| MaxVotesReached | Max votes exceeded |
| ClassNeeded | Class info missing |
| NoPermissionYet | The account does not have permission, usually related to unlock periods |