Name | Lookup | Parameters | |
|---|---|---|---|
| vote | 4100 | 2 | |
| remove_voter | 4101 | - | |
| submit_candidacy | 4102 | 1 | |
| renounce_candidacy | 4103 | 1 | |
| remove_member | 4104 | 2 | |
| clean_defunct_voters | 4105 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewTerm | 4100 | ["Vec<(<T as frame_system::Config>::AccountId, BalanceOf)>"] | |
| EmptyTerm | 4101 | ||
| ElectionError | 4102 | ||
| MemberKicked | 4103 | ["<T as frame_system::Config>::AccountId"] | |
| Renounced | 4104 | ["<T as frame_system::Config>::AccountId"] | |
| CandidateSlashed | 4105 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| SeatHolderSlashed | 4106 | ["<T as frame_system::Config>::AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| Members | {"origin":"PlainType","plain_type":"Vec<pallet_elections_phragmen:SeatHolder>","PlainTypeValue":389} | |
| RunnersUp | {"origin":"PlainType","plain_type":"Vec<pallet_elections_phragmen:SeatHolder>","PlainTypeValue":389} | |
| Candidates | {"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdU128>","PlainTypeValue":48} | |
| 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":391}} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 706872656c656374 | |
| CandidacyBond | U128 | 000050efe2d6e41a1b00000000000000 | |
| VotingBondBase | U128 | 0000b2d3595bf0060000000000000000 | |
| VotingBondFactor | U128 | 0000b2d3595bf0060000000000000000 | |
| DesiredMembers | U32 | 09000000 | |
| DesiredRunnersUp | U32 | 09000000 | |
| TermDuration | U32 | e0c40000 |
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. |
| ReportSelf | Cannot report self. |
| DuplicatedCandidate | Duplicated candidate submission. |
| 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. |