Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 3600 | 1 | |
| set_identity | 3601 | 1 | |
| set_subs | 3602 | 1 | |
| clear_identity | 3603 | - | |
| request_judgement | 3604 | 2 | |
| cancel_request | 3605 | 1 | |
| set_fee | 3606 | 2 | |
| set_account_id | 3607 | 2 | |
| set_fields | 3608 | 2 | |
| provide_judgement | 3609 | 3 | |
| kill_identity | 360a | 1 | |
| add_sub | 360b | 2 | |
| rename_sub | 360c | 2 | |
| remove_sub | 360d | 1 | |
| quit_sub | 360e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 3600 | ["AccountId"] | |
| IdentityCleared | 3601 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 3602 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 3603 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 3604 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 3605 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 3606 | ["RegistrarIndex"] | |
| SubIdentityAdded | 3607 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 3608 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 3609 | ["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":498}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":335}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128sp_runtime:bounded:bounded_vec:BoundedVec@503","keys_id":0,"value_id":502}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":504} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 000c9924370e00000000000000000000 | |
| FieldDeposit | U128 | 00b064029a0300000000000000000000 | |
| SubAccountDeposit | U128 | 00947753070300000000000000000000 | |
| 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. |