Name | Lookup | Parameters | |
|---|---|---|---|
| set_invulnerables | 0f00 | 1 | |
| set_desired_candidates | 0f01 | 1 | |
| set_candidacy_bond | 0f02 | 1 | |
| register_as_candidate | 0f03 | - | |
| leave_intent | 0f04 | - | |
| add_invulnerable | 0f05 | 1 | |
| remove_invulnerable | 0f06 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewInvulnerables | 0f00 | ["Vec<AccountId>"] | |
| InvulnerableAdded | 0f01 | ["AccountId"] | |
| InvulnerableRemoved | 0f02 | ["AccountId"] | |
| NewDesiredCandidates | 0f03 | ["u32"] | |
| NewCandidacyBond | 0f04 | ["BalanceOf"] | |
| CandidateAdded | 0f05 | ["AccountId","BalanceOf"] | |
| CandidateRemoved | 0f06 | ["AccountId"] | |
| InvalidInvulnerableSkipped | 0f07 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Invulnerables | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":390} | |
| Candidates | {"origin":"PlainType","plain_type":"Vec<pallet_collator_selection:pallet:CandidateInfo>","PlainTypeValue":391} | |
| 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. |