Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 1900 | 1 | |
| set_identity | 1901 | 1 | |
| set_subs | 1902 | 1 | |
| clear_identity | 1903 | - | |
| request_judgement | 1904 | 2 | |
| cancel_request | 1905 | 1 | |
| set_fee | 1906 | 2 | |
| set_account_id | 1907 | 2 | |
| set_fields | 1908 | 2 | |
| provide_judgement | 1909 | 4 | |
| kill_identity | 190a | 1 | |
| add_sub | 190b | 2 | |
| rename_sub | 190c | 2 | |
| remove_sub | 190d | 1 | |
| quit_sub | 190e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1900 | ["AccountId"] | |
| IdentityCleared | 1901 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 1902 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 1903 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 1904 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 1905 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 1906 | ["RegistrarIndex"] | |
| SubIdentityAdded | 1907 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 1908 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 1909 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":639}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":194}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@644","keys_id":0,"value_id":643}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":645} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 0804379c4d0000000000000000000000 | |
| FieldDeposit | U128 | 02c10d67130000000000000000000000 | |
| SubAccountDeposit | U128 | 689aa4850f0000000000000000000000 | |
| MaxSubAccounts | U32 | 64000000 | |
| MaxAdditionalFields | U32 | 64000000 | |
| MaxRegistrars | U32 | 14000000 |
Name | Docs |
|---|---|
| TooManySubAccounts | Too many subs-accounts. |
| NotFound | Account isn't found. |
| NotNamed | Account isn't named. |
| EmptyIndex | Empty index. |
| FeeChanged | Fee is changed. |
| NoIdentity | No identity found. |
| StickyJudgement | Sticky judgement. |
| JudgementGiven | Judgement given. |
| InvalidJudgement | Invalid judgement. |
| InvalidIndex | The index is invalid. |
| InvalidTarget | The target is invalid. |
| TooManyFields | Too many additional fields. |
| TooManyRegistrars | Maximum amount of registrars reached. Cannot add any more. |
| AlreadyClaimed | Account ID is already named. |
| NotSub | Sender is not a sub-account. |
| NotOwned | Sub-account isn't owned by sender. |
| JudgementForDifferentIdentity | The provided judgement was for a different identity. |
| JudgementPaymentFailed | Error that occurs when there is an issue paying for judgement. |