Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 1400 | 1 | |
| set_identity | 1401 | 1 | |
| set_subs | 1402 | 1 | |
| clear_identity | 1403 | - | |
| request_judgement | 1404 | 2 | |
| cancel_request | 1405 | 1 | |
| set_fee | 1406 | 2 | |
| set_account_id | 1407 | 2 | |
| set_fields | 1408 | 2 | |
| provide_judgement | 1409 | 4 | |
| kill_identity | 140a | 1 | |
| add_sub | 140b | 2 | |
| rename_sub | 140c | 2 | |
| remove_sub | 140d | 1 | |
| quit_sub | 140e | - | |
| add_username_authority | 140f | 3 | |
| remove_username_authority | 1410 | 1 | |
| set_username_for | 1411 | 3 | |
| accept_username | 1412 | 1 | |
| remove_expired_approval | 1413 | 1 | |
| set_primary_username | 1414 | 1 | |
| remove_dangling_username | 1415 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1400 | ["AccountId"] | |
| IdentityCleared | 1401 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 1402 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 1403 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 1404 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 1405 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 1406 | ["RegistrarIndex"] | |
| SubIdentityAdded | 1407 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 1408 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 1409 | ["AccountId","AccountId","BalanceOf"] | |
| AuthorityAdded | 140a | ["AccountId"] | |
| AuthorityRemoved | 140b | ["AccountId"] | |
| UsernameSet | 140c | ["AccountId","Username"] | |
| UsernameQueued | 140d | ["AccountId","Username","BlockNumberFor"] | |
| PreapprovalExpired | 140e | ["AccountId"] | |
| PrimaryUsernameSet | 140f | ["AccountId","Username"] | |
| DanglingUsernameRemoved | 1410 | ["AccountId","Username"] |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:pallet_identity:types:Registrationoption<Vec<U8>>","keys_id":0,"value_id":352}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":214}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@359","keys_id":0,"value_id":358}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":360} | |
| UsernameAuthorities | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":364}} | |
| AccountOfUsername | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":71,"value_id":0}} | |
| PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":71,"value_id":275}} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 0094ff113c0000000000000000000000 | |
| ByteDeposit | U128 | 0014e85d0f0000000000000000000000 | |
| SubAccountDeposit | U128 | 00d20b570c0000000000000000000000 | |
| MaxSubAccounts | U32 | 64000000 | |
| MaxRegistrars | U32 | 14000000 | |
| PendingUsernameExpiration | U32 | 803a0900 | |
| MaxSuffixLength | U32 | 07000000 | |
| MaxUsernameLength | U32 | 20000000 |
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. |
| 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. |
| InvalidSuffix | The provided suffix is too long. |
| NotUsernameAuthority | The sender does not have permission to issue a username. |
| NoAllocation | The authority cannot allocate any more usernames. |
| InvalidSignature | The signature on a username was not valid. |
| RequiresSignature | Setting this username requires a signature, but none was provided. |
| InvalidUsername | The username does not meet the requirements. |
| UsernameTaken | The username is already taken. |
| NoUsername | The requested username does not exist. |
| NotExpired | The username cannot be forcefully removed because it can still be accepted. |