Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 2500 | 1 | |
set_identity | 2501 | 1 | |
set_subs | 2502 | 1 | |
clear_identity | 2503 | - | |
request_judgement | 2504 | 2 | |
cancel_request | 2505 | 1 | |
set_fee | 2506 | 2 | |
set_account_id | 2507 | 2 | |
set_fields | 2508 | 2 | |
provide_judgement | 2509 | 4 | |
kill_identity | 250a | 1 | |
add_sub | 250b | 2 | |
rename_sub | 250c | 2 | |
remove_sub | 250d | 1 | |
quit_sub | 250e | - | |
add_username_authority | 250f | 3 | |
remove_username_authority | 2510 | 1 | |
set_username_for | 2511 | 3 | |
accept_username | 2512 | 1 | |
remove_expired_approval | 2513 | 1 | |
set_primary_username | 2514 | 1 | |
remove_dangling_username | 2515 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 2500 | ["AccountId"] | |
IdentityCleared | 2501 | ["AccountId","BalanceOf"] | |
IdentityKilled | 2502 | ["AccountId","BalanceOf"] | |
JudgementRequested | 2503 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 2504 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 2505 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 2506 | ["RegistrarIndex"] | |
SubIdentityAdded | 2507 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRemoved | 2508 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 2509 | ["AccountId","AccountId","BalanceOf"] | |
AuthorityAdded | 250a | ["AccountId"] | |
AuthorityRemoved | 250b | ["AccountId"] | |
UsernameSet | 250c | ["AccountId","Username"] | |
UsernameQueued | 250d | ["AccountId","Username","BlockNumberFor"] | |
PreapprovalExpired | 250e | ["AccountId"] | |
PrimaryUsernameSet | 250f | ["AccountId","Username"] | |
DanglingUsernameRemoved | 2510 | ["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":486}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":309}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@493","keys_id":0,"value_id":492}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":494} | |
UsernameAuthorities | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":498}} | |
AccountOfUsername | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":102,"value_id":0}} | |
PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":102,"value_id":404}} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 000010632d5ec76b0500000000000000 | |
ByteDeposit | U128 | 0060defb740500000000000000000000 | |
SubAccountDeposit | U128 | 0000c84e676dc11b0000000000000000 | |
MaxSubAccounts | U32 | 64000000 | |
MaxRegistrars | U32 | 14000000 | |
PendingUsernameExpiration | U32 | 20760000 | |
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. |