Name | Lookup | Parameters | |
---|---|---|---|
vote | 3f00 | 2 | |
delegate | 3f01 | 4 | |
undelegate | 3f02 | 1 | |
unlock | 3f03 | 2 | |
remove_vote | 3f04 | 2 | |
remove_other_vote | 3f05 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
Delegated | 3f00 | ["AccountId","AccountId"] | |
Undelegated | 3f01 | ["AccountId"] |
Name | Type | |
---|---|---|
VotingFor | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["[U8; 20]","U16"],"value":"pallet_conviction_voting:vote:Voting","keys_id":545,"value_id":546}} | |
ClassLocksFor | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Vec<Tuple:U16U128>","keys_id":0,"value_id":554}} |
Name | Type | Value | |
---|---|---|---|
MaxVotes | U32 | 14000000 | |
VoteLockingPeriod | U32 | 201c0000 |
Name | Docs |
---|---|
NotOngoing | Poll is not ongoing. |
NotVoter | The given account did not vote on the poll. |
NoPermission | The actor has no permission to conduct the action. |
NoPermissionYet | The actor has no permission to conduct the action right now but will do in the future. |
AlreadyDelegating | The account is already delegating. |
AlreadyVoting | The account currently has votes attached to it and the operation cannot succeed untilthese are removed, either through `unvote` or `reap_vote`. |
InsufficientFunds | Too high a balance was provided that the account cannot afford. |
NotDelegating | The account is not currently delegating. |
Nonsense | Delegation to oneself makes no sense. |
MaxVotesReached | Maximum number of votes reached. |
ClassNeeded | The class must be supplied since it is not easily determinable from the state. |
BadClass | The class ID supplied is invalid. |