Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 4300 | 1 | |
| set_identity | 4301 | 1 | |
| set_subs | 4302 | 1 | |
| clear_identity | 4303 | - | |
| request_judgement | 4304 | 2 | |
| cancel_request | 4305 | 1 | |
| set_fee | 4306 | 2 | |
| set_account_id | 4307 | 2 | |
| set_fields | 4308 | 2 | |
| provide_judgement | 4309 | 4 | |
| kill_identity | 430a | 1 | |
| add_sub | 430b | 2 | |
| rename_sub | 430c | 2 | |
| remove_sub | 430d | 1 | |
| quit_sub | 430e | - | |
| add_username_authority | 430f | 3 | |
| remove_username_authority | 4310 | 1 | |
| set_username_for | 4311 | 3 | |
| accept_username | 4312 | 1 | |
| remove_expired_approval | 4313 | 1 | |
| set_primary_username | 4314 | 1 | |
| remove_dangling_username | 4315 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 4300 | ["AccountId"] | |
| IdentityCleared | 4301 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 4302 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 4303 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 4304 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 4305 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 4306 | ["RegistrarIndex"] | |
| SubIdentityAdded | 4307 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 4308 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 4309 | ["AccountId","AccountId","BalanceOf"] | |
| AuthorityAdded | 430a | ["AccountId"] | |
| AuthorityRemoved | 430b | ["AccountId"] | |
| UsernameSet | 430c | ["AccountId","Username"] | |
| UsernameQueued | 430d | ["AccountId","Username","BlockNumberFor"] | |
| PreapprovalExpired | 430e | ["AccountId"] | |
| PrimaryUsernameSet | 430f | ["AccountId","Username"] | |
| DanglingUsernameRemoved | 4310 | ["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":698}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":185}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@705","keys_id":0,"value_id":704}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":706} | |
| UsernameAuthorities | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":710}} | |
| AccountOfUsername | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":59,"value_id":0}} | |
| PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":59,"value_id":712}} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 000010632d5ec76b0500000000000000 | |
| ByteDeposit | U128 | 0000869eae29d5000000000000000000 | |
| SubAccountDeposit | U128 | 0000d01309468e150100000000000000 | |
| MaxSubAccounts | U32 | 64000000 | |
| MaxRegistrars | U32 | 14000000 | |
| PendingUsernameExpiration | U32 | e0c40000 | |
| 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. |