Name | Lookup | Parameters | |
|---|---|---|---|
| set_invulnerables | 1500 | 1 | |
| set_desired_candidates | 1501 | 1 | |
| set_candidacy_bond | 1502 | 1 | |
| register_as_candidate | 1503 | - | |
| register_candidate | 1504 | 1 | |
| leave_intent | 1505 | - | |
| remove_collator | 1506 | 1 | |
| set_eviction_baseline | 1507 | 1 | |
| set_eviction_tolerance | 1508 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewInvulnerables | 1500 | ["Vec<AccountId>"] | |
| NewDesiredCandidates | 1501 | ["u32"] | |
| NewCandidacyBond | 1502 | ["BalanceOf"] | |
| CandidateAdded | 1503 | ["AccountId","BalanceOf"] | |
| CandidateRemoved | 1504 | ["AccountId"] | |
| NewEvictionBaseline | 1505 | ["Percent"] | |
| NewEvictionTolerance | 1506 | ["Percent"] |
Name | Type | |
|---|---|---|
| Invulnerables | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":52} | |
| Candidates | {"origin":"PlainType","plain_type":"Vec<manta_collator_selection:pallet:CandidateInfo>","PlainTypeValue":308} | |
| BlocksPerCollatorThisSession | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}} | |
| EvictionBaseline | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":49} | |
| EvictionTolerance | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":49} | |
| DesiredCandidates | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CandidacyBond | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Docs |
|---|---|
| TooManyCandidates | Too many candidates |
| Unknown | Unknown error |
| Permission | Permission issue |
| AlreadyCandidate | User is already a candidate |
| NotCandidate | User is not a candidate |
| AlreadyInvulnerable | User is already an Invulnerable |
| NoAssociatedValidatorId | Account has no associated validator ID |
| ValidatorNotRegistered | Validator ID is not yet registered |
| NotAllowRemoveInvulnerable | Removing invulnerable collators is not allowed |