Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 1800 | 1 | |
| set_identity | 1801 | 1 | |
| set_subs | 1802 | 1 | |
| clear_identity | 1803 | - | |
| request_judgement | 1804 | 2 | |
| cancel_request | 1805 | 1 | |
| set_fee | 1806 | 2 | |
| set_account_id | 1807 | 2 | |
| set_fields | 1808 | 2 | |
| provide_judgement | 1809 | 4 | |
| kill_identity | 180a | 1 | |
| add_sub | 180b | 2 | |
| rename_sub | 180c | 2 | |
| remove_sub | 180d | 1 | |
| quit_sub | 180e | - | |
| add_username_authority | 180f | 3 | |
| remove_username_authority | 1810 | 2 | |
| set_username_for | 1811 | 4 | |
| accept_username | 1812 | 1 | |
| remove_expired_approval | 1813 | 1 | |
| set_primary_username | 1814 | 1 | |
| unbind_username | 1815 | 1 | |
| remove_username | 1816 | 1 | |
| kill_username | 1817 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1800 | ["AccountId"] | |
| IdentityCleared | 1801 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 1802 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 1803 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 1804 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 1805 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 1806 | ["RegistrarIndex"] | |
| SubIdentityAdded | 1807 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentitiesSet | 1808 | ["AccountId","u32","BalanceOf"] | |
| SubIdentityRenamed | 1809 | ["AccountId","AccountId"] | |
| SubIdentityRemoved | 180a | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 180b | ["AccountId","AccountId","BalanceOf"] | |
| AuthorityAdded | 180c | ["AccountId"] | |
| AuthorityRemoved | 180d | ["AccountId"] | |
| UsernameSet | 180e | ["AccountId","Username"] | |
| UsernameQueued | 180f | ["AccountId","Username","BlockNumberFor"] | |
| PreapprovalExpired | 1810 | ["AccountId"] | |
| PrimaryUsernameSet | 1811 | ["AccountId","Username"] | |
| DanglingUsernameRemoved | 1812 | ["AccountId","Username"] | |
| UsernameUnbound | 1813 | ["Username"] | |
| UsernameRemoved | 1814 | ["Username"] | |
| UsernameKilled | 1815 | ["Username"] |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":582}} | |
| UsernameOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"Vec<U8>","keys_id":0,"value_id":81}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Tuple:H160pallet_identity:types:Data","keys_id":0,"value_id":305}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@587","keys_id":0,"value_id":586}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":588} | |
| AuthorityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"pallet_identity:types:AuthorityProperties","keys_id":592,"value_id":593}} | |
| UsernameInfoOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"pallet_identity:types:UsernameInformation","keys_id":81,"value_id":594}} | |
| PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:H160U32pallet_identity:types:Provider","keys_id":81,"value_id":596}} | |
| UnbindingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"U32","keys_id":81,"value_id":4}} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 00809842aa5f3c0e0000000000000000 | |
| ByteDeposit | U128 | 00407a10f35a00000000000000000000 | |
| UsernameDeposit | U128 | 0000480f625e0b000000000000000000 | |
| SubAccountDeposit | U128 | 0040b310068bf30d0000000000000000 | |
| MaxSubAccounts | U32 | 64000000 | |
| MaxRegistrars | U32 | 14000000 | |
| PendingUsernameExpiration | U32 | c0890100 | |
| UsernameGracePeriod | U32 | 80970600 | |
| 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. |
| TooEarly | The username cannot be removed because it's still in the grace period. |
| NotUnbinding | The username cannot be removed because it is not unbinding. |
| AlreadyUnbinding | The username cannot be unbound because it is already unbinding. |
| InsufficientPrivileges | The action cannot be performed because of insufficient privileges (e.g. authoritytrying to unbind a username provided by the system). |