Name | Lookup | Parameters | |
|---|---|---|---|
| vote | 1100 | 2 | |
| remove_voter | 1101 | - | |
| submit_candidacy | 1102 | 1 | |
| renounce_candidacy | 1103 | 1 | |
| remove_member | 1104 | 3 | |
| clean_defunct_voters | 1105 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewTerm | 1100 | ["Vec<(<T as frame_system::Config>::AccountId, BalanceOf)>"] | |
| EmptyTerm | 1101 | ||
| ElectionError | 1102 | ||
| MemberKicked | 1103 | ["<T as frame_system::Config>::AccountId"] | |
| Renounced | 1104 | ["<T as frame_system::Config>::AccountId"] | |
| CandidateSlashed | 1105 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| SeatHolderSlashed | 1106 | ["<T as frame_system::Config>::AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| Members | {"origin":"PlainType","plain_type":"Vec<pallet_elections_phragmen:SeatHolder>","PlainTypeValue":543} | |
| RunnersUp | {"origin":"PlainType","plain_type":"Vec<pallet_elections_phragmen:SeatHolder>","PlainTypeValue":543} | |
| Candidates | {"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdU128>","PlainTypeValue":68} | |
| ElectionRounds | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Voting | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_elections_phragmen:Voter","keys_id":0,"value_id":545}} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 706872656c656374 | |
| CandidacyBond | U128 | 0010a5d4e80000000000000000000000 | |
| VotingBondBase | U128 | 007013b72e0000000000000000000000 | |
| VotingBondFactor | U128 | 00d01213000000000000000000000000 | |
| DesiredMembers | U32 | 0d000000 | |
| DesiredRunnersUp | U32 | 14000000 | |
| TermDuration | U32 | c0890100 | |
| MaxCandidates | U32 | e8030000 | |
| MaxVoters | U32 | 10270000 |
Name | Docs |
|---|---|
| UnableToVote | Cannot vote when no candidates or members exist. |
| NoVotes | Must vote for at least one candidate. |
| TooManyVotes | Cannot vote more than candidates. |
| MaximumVotesExceeded | Cannot vote more than maximum allowed. |
| LowBalance | Cannot vote with stake less than minimum balance. |
| UnableToPayBond | Voter can not pay voting bond. |
| MustBeVoter | Must be a voter. |
| DuplicatedCandidate | Duplicated candidate submission. |
| TooManyCandidates | Too many candidates have been created. |
| MemberSubmit | Member cannot re-submit candidacy. |
| RunnerUpSubmit | Runner cannot re-submit candidacy. |
| InsufficientCandidateFunds | Candidate does not have enough funds. |
| NotMember | Not a member. |
| InvalidWitnessData | The provided count of number of candidates is incorrect. |
| InvalidVoteCount | The provided count of number of votes is incorrect. |
| InvalidRenouncing | The renouncing origin presented a wrong `Renouncing` parameter. |
| InvalidReplacement | Prediction regarding replacement after member removal is wrong. |