Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 3700 | 1 | |
| set_identity | 3701 | 1 | |
| set_subs | 3702 | 1 | |
| clear_identity | 3703 | - | |
| request_judgement | 3704 | 2 | |
| cancel_request | 3705 | 1 | |
| set_fee | 3706 | 2 | |
| set_account_id | 3707 | 2 | |
| set_fields | 3708 | 2 | |
| provide_judgement | 3709 | 4 | |
| kill_identity | 370a | 1 | |
| add_sub | 370b | 2 | |
| rename_sub | 370c | 2 | |
| remove_sub | 370d | 1 | |
| quit_sub | 370e | - | |
| add_username_authority | 370f | 3 | |
| remove_username_authority | 3710 | 1 | |
| set_username_for | 3711 | 3 | |
| accept_username | 3712 | 1 | |
| remove_expired_approval | 3713 | 1 | |
| set_primary_username | 3714 | 1 | |
| remove_dangling_username | 3715 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 3700 | ["AccountId"] | |
| IdentityCleared | 3701 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 3702 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 3703 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 3704 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 3705 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 3706 | ["RegistrarIndex"] | |
| SubIdentityAdded | 3707 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 3708 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 3709 | ["AccountId","AccountId","BalanceOf"] | |
| AuthorityAdded | 370a | ["AccountId"] | |
| AuthorityRemoved | 370b | ["AccountId"] | |
| UsernameSet | 370c | ["AccountId","Username"] | |
| UsernameQueued | 370d | ["AccountId","Username","BlockNumberFor"] | |
| PreapprovalExpired | 370e | ["AccountId"] | |
| PrimaryUsernameSet | 370f | ["AccountId","Username"] | |
| DanglingUsernameRemoved | 3710 | ["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":572}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":377}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@579","keys_id":0,"value_id":578}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":580} | |
| UsernameAuthorities | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":584}} | |
| AccountOfUsername | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":126,"value_id":0}} | |
| PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":126,"value_id":586}} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 00a0724e180900000000000000000000 | |
| ByteDeposit | U128 | 00ca9a3b000000000000000000000000 | |
| SubAccountDeposit | U128 | 00204aa9d10100000000000000000000 | |
| MaxSubAccounts | U32 | 64000000 | |
| MaxRegistrars | U32 | 14000000 | |
| PendingUsernameExpiration | U32 | e0c40000 | |
| MaxSuffixLength | U32 | 08000000 | |
| 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. |