Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 1300 | 1 | |
| set_identity | 1301 | 1 | |
| set_subs | 1302 | 1 | |
| clear_identity | 1303 | - | |
| request_judgement | 1304 | 2 | |
| cancel_request | 1305 | 1 | |
| set_fee | 1306 | 2 | |
| set_account_id | 1307 | 2 | |
| set_fields | 1308 | 2 | |
| provide_judgement | 1309 | 4 | |
| kill_identity | 130a | 1 | |
| add_sub | 130b | 2 | |
| rename_sub | 130c | 2 | |
| remove_sub | 130d | 1 | |
| quit_sub | 130e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1300 | ["AccountId"] | |
| IdentityCleared | 1301 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 1302 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 1303 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 1304 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 1305 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 1306 | ["RegistrarIndex"] | |
| SubIdentityAdded | 1307 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 1308 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 1309 | ["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":277}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":181}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128Vec<AccountId>","keys_id":0,"value_id":281}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":283} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 0094ff113c0000000000000000000000 | |
| FieldDeposit | U128 | 0014e85d0f0000000000000000000000 | |
| SubAccountDeposit | U128 | 00d20b570c0000000000000000000000 | |
| 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. |