Name | Lookup | Parameters | |
|---|---|---|---|
| set_invulnerables | a300 | 1 | |
| set_desired_candidates | a301 | 1 | |
| set_candidacy_bond | a302 | 1 | |
| register_as_candidate | a303 | - | |
| leave_intent | a304 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewInvulnerables | a300 | ["Vec<AccountId>"] | |
| NewDesiredCandidates | a301 | ["u32"] | |
| NewCandidacyBond | a302 | ["BalanceOf"] | |
| CandidateAdded | a303 | ["AccountId","BalanceOf"] | |
| CandidateRemoved | a304 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Invulnerables | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":424} | |
| Candidates | {"origin":"PlainType","plain_type":"Vec<pallet_collator_selection:pallet:CandidateInfo>","PlainTypeValue":537} | |
| LastAuthoredBlock | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}} | |
| DesiredCandidates | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CandidacyBond | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Docs |
|---|---|
| TooManyCandidates | Too many candidates |
| TooFewCandidates | Too few candidates |
| Unknown | Unknown error |
| Permission | Permission issue |
| AlreadyCandidate | User is already a candidate |
| NotCandidate | User is not a candidate |
| TooManyInvulnerables | Too many invulnerables |
| AlreadyInvulnerable | User is already an Invulnerable |
| NoAssociatedValidatorId | Account has no associated validator ID |
| ValidatorNotRegistered | Validator ID is not yet registered |