Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 3600 | 1 | |
| set_identity | 3601 | 1 | |
| set_subs | 3602 | 1 | |
| clear_identity | 3603 | - | |
| request_judgement | 3604 | 2 | |
| cancel_request | 3605 | 1 | |
| set_fee | 3606 | 2 | |
| set_account_id | 3607 | 2 | |
| set_fields | 3608 | 2 | |
| provide_judgement | 3609 | 4 | |
| kill_identity | 360a | 1 | |
| add_sub | 360b | 2 | |
| rename_sub | 360c | 2 | |
| remove_sub | 360d | 1 | |
| quit_sub | 360e | - | |
| add_username_authority | 360f | 3 | |
| remove_username_authority | 3610 | 2 | |
| set_username_for | 3611 | 4 | |
| accept_username | 3612 | 1 | |
| remove_expired_approval | 3613 | 1 | |
| set_primary_username | 3614 | 1 | |
| unbind_username | 3615 | 1 | |
| remove_username | 3616 | 1 | |
| kill_username | 3617 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 3600 | ["AccountId"] | |
| IdentityCleared | 3601 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 3602 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 3603 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 3604 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 3605 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 3606 | ["RegistrarIndex"] | |
| SubIdentityAdded | 3607 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentitiesSet | 3608 | ["AccountId","u32","BalanceOf"] | |
| SubIdentityRenamed | 3609 | ["AccountId","AccountId"] | |
| SubIdentityRemoved | 360a | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 360b | ["AccountId","AccountId","BalanceOf"] | |
| AuthorityAdded | 360c | ["AccountId"] | |
| AuthorityRemoved | 360d | ["AccountId"] | |
| UsernameSet | 360e | ["AccountId","Username"] | |
| UsernameQueued | 360f | ["AccountId","Username","BlockNumberFor"] | |
| PreapprovalExpired | 3610 | ["AccountId"] | |
| PrimaryUsernameSet | 3611 | ["AccountId","Username"] | |
| DanglingUsernameRemoved | 3612 | ["AccountId","Username"] | |
| UsernameUnbound | 3613 | ["Username"] | |
| UsernameRemoved | 3614 | ["Username"] | |
| UsernameKilled | 3615 | ["Username"] |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":852}} | |
| UsernameOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<U8>","keys_id":0,"value_id":302}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":296}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@857","keys_id":0,"value_id":856}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":858} | |
| AuthorityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"pallet_identity:types:AuthorityProperties","keys_id":862,"value_id":863}} | |
| UsernameInfoOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"pallet_identity:types:UsernameInformation","keys_id":302,"value_id":864}} | |
| PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32pallet_identity:types:Provider","keys_id":302,"value_id":866}} | |
| UnbindingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"U32","keys_id":302,"value_id":4}} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 000c9924370e00000000000000000000 | |
| ByteDeposit | U128 | 005847f80d0000000000000000000000 | |
| UsernameDeposit | U128 | 0000eb08bf0100000000000000000000 | |
| SubAccountDeposit | U128 | 00947753070300000000000000000000 | |
| 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). |