Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 2100 | 1 | |
| set_identity | 2101 | 1 | |
| set_subs | 2102 | 1 | |
| clear_identity | 2103 | - | |
| request_judgement | 2104 | 2 | |
| cancel_request | 2105 | 1 | |
| set_fee | 2106 | 2 | |
| set_account_id | 2107 | 2 | |
| set_fields | 2108 | 2 | |
| provide_judgement | 2109 | 3 | |
| kill_identity | 210a | 1 | |
| add_sub | 210b | 2 | |
| rename_sub | 210c | 2 | |
| remove_sub | 210d | 1 | |
| quit_sub | 210e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 2100 | ["AccountId"] | |
| IdentityCleared | 2101 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 2102 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 2103 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 2104 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 2105 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 2106 | ["RegistrarIndex"] | |
| SubIdentityAdded | 2107 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 2108 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 2109 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":362}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Tuple:H160pallet_identity:types:Data","keys_id":0,"value_id":272}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"Tuple:U128frame_support:storage:bounded_vec:BoundedVec@367","keys_id":0,"value_id":366}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":368} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 00809842aa5f3c0e0000000000000000 | |
| FieldDeposit | U128 | 0080843faa7217000000000000000000 | |
| SubAccountDeposit | U128 | 0040b310068bf30d0000000000000000 | |
| 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. |