Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 2700 | 1 | |
| set_identity | 2701 | 1 | |
| set_subs | 2702 | 1 | |
| clear_identity | 2703 | - | |
| request_judgement | 2704 | 2 | |
| cancel_request | 2705 | 1 | |
| set_fee | 2706 | 2 | |
| set_account_id | 2707 | 2 | |
| set_fields | 2708 | 2 | |
| provide_judgement | 2709 | 3 | |
| kill_identity | 270a | 1 | |
| add_sub | 270b | 2 | |
| rename_sub | 270c | 2 | |
| remove_sub | 270d | 1 | |
| quit_sub | 270e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 2700 | ["AccountId"] | |
| IdentityCleared | 2701 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 2702 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 2703 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 2704 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 2705 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 2706 | ["RegistrarIndex"] | |
| SubIdentityAdded | 2707 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 2708 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 2709 | ["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":589}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":278}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U64sp_runtime:bounded:bounded_vec:BoundedVec@594","keys_id":0,"value_id":593}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":595} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U64 | 8096980000000000 | |
| FieldDeposit | U64 | 80841e0000000000 | |
| SubAccountDeposit | U64 | 80841e0000000000 | |
| 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. |