Name | Lookup | Parameters | |
|---|---|---|---|
| add_invulnerable | 0d01 | 1 | |
| remove_invulnerable | 0d02 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| InvulnerableAdded | 0d00 | ["AccountId"] | |
| InvulnerableRemoved | 0d01 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Invulnerables | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":647} |
Name | Type | Value | |
|---|---|---|---|
| MaxInvulnerables | U32 | 64000000 |
Name | Docs |
|---|---|
| TooManyInvulnerables | There are too many Invulnerables. |
| AlreadyInvulnerable | Account is already an Invulnerable. |
| NotInvulnerable | Account is not an Invulnerable. |
| NoKeysRegistered | Account does not have keys registered |
| UnableToDeriveCollatorId | Unable to derive collator id from account id |