Name | Lookup | Parameters | |
|---|---|---|---|
| set_invulnerables | 3300 | 1 | |
| set_desired_candidates | 3301 | 1 | |
| set_candidacy_bond | 3302 | 1 | |
| register_as_candidate | 3303 | - | |
| leave_intent | 3304 | - | |
| add_invulnerable | 3305 | 1 | |
| remove_invulnerable | 3306 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewInvulnerables | 3300 | ["Vec<AccountId>"] | |
| InvulnerableAdded | 3301 | ["AccountId"] | |
| InvulnerableRemoved | 3302 | ["AccountId"] | |
| NewDesiredCandidates | 3303 | ["u32"] | |
| NewCandidacyBond | 3304 | ["BalanceOf"] | |
| CandidateAdded | 3305 | ["AccountId","BalanceOf"] | |
| CandidateRemoved | 3306 | ["AccountId"] | |
| InvalidInvulnerableSkipped | 3307 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Invulnerables | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":537} | |
| Candidates | {"origin":"PlainType","plain_type":"Vec<pallet_collator_selection:pallet:CandidateInfo>","PlainTypeValue":538} | |
| 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 | The pallet has too many candidates. |
| TooFewEligibleCollators | Leaving would result in too few candidates. |
| AlreadyCandidate | Account is already a candidate. |
| NotCandidate | Account is not a candidate. |
| TooManyInvulnerables | There are too many Invulnerables. |
| AlreadyInvulnerable | Account is already an Invulnerable. |
| NotInvulnerable | Account is not an Invulnerable. |
| NoAssociatedValidatorId | Account has no associated validator ID. |
| ValidatorNotRegistered | Validator ID is not yet registered. |