Itering understands the importance of protecting and safeguarding your privacy. By continuing using this website you agree with our
Privacy Policyand
Terms of Use.
Name | Lookup | Parameters | |
---|---|---|---|
vote | 4400 | 2 | |
remove_voter | 4401 | - | |
submit_candidacy | 4402 | 1 | |
renounce_candidacy | 4403 | 1 | |
remove_member | 4404 | 2 | |
clean_defunct_voters | 4405 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
NewTerm | 4400 | ||
EmptyTerm | 4401 | ||
ElectionError | 4402 | ||
MemberKicked | 4403 | ||
Renounced | 4404 | ||
CandidateSlashed | 4405 | ||
SeatHolderSlashed | 4406 |
Name | Type | |
---|---|---|
Members | {"origin":"PlainType","plain_type":"Vec<SeatHolder<AccountId, BalanceOf>>"} | |
RunnersUp | {"origin":"PlainType","plain_type":"Vec<SeatHolder<AccountId, BalanceOf>>"} | |
Candidates | {"origin":"PlainType","plain_type":"Vec<(AccountId, BalanceOf)>"} | |
ElectionRounds | {"origin":"PlainType","plain_type":"u32"} | |
Voting | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Voter<AccountId, BalanceOf>","isLinked":false}} |
Name | Type | Value | |
---|---|---|---|
PalletId | LockIdentifier | 0x706872656c656374 | |
CandidacyBond | BalanceOf | 0x00a0724e180900000000000000000000 | |
VotingBondBase | BalanceOf | 0x005c88fea00300000000000000000000 | |
VotingBondFactor | BalanceOf | 0x0000eb08bf0100000000000000000000 | |
DesiredMembers | u32 | 0x05000000 | |
DesiredRunnersUp | u32 | 0x05000000 | |
TermDuration | BlockNumber | 0x201c0000 |
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. |