Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 2100 | 1 | |
set_identity | 2101 | 1 | |
set_subs | 2102 | 1 | |
clear_identity | 2103 | - | |
request_judgement | 2104 | 2 | |
cancel_request | 2105 | 1 | |
set_fee | 2106 | 2 | |
set_account_id | 2107 | 2 | |
set_fields | 2108 | 2 | |
provide_judgement | 2109 | 4 | |
kill_identity | 210a | 1 | |
add_sub | 210b | 2 | |
rename_sub | 210c | 2 | |
remove_sub | 210d | 1 | |
quit_sub | 210e | - | |
add_username_authority | 210f | 3 | |
remove_username_authority | 2110 | 1 | |
set_username_for | 2111 | 3 | |
accept_username | 2112 | 1 | |
remove_expired_approval | 2113 | 1 | |
set_primary_username | 2114 | 1 | |
remove_dangling_username | 2115 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 2100 | ["AccountId"] | |
IdentityCleared | 2101 | ["AccountId","BalanceOf"] | |
IdentityKilled | 2102 | ["AccountId","BalanceOf"] | |
JudgementRequested | 2103 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 2104 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 2105 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 2106 | ["RegistrarIndex"] | |
SubIdentityAdded | 2107 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRemoved | 2108 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 2109 | ["AccountId","AccountId","BalanceOf"] | |
AuthorityAdded | 210a | ["AccountId"] | |
AuthorityRemoved | 210b | ["AccountId"] | |
UsernameSet | 210c | ["AccountId","Username"] | |
UsernameQueued | 210d | ["AccountId","Username","BlockNumberFor"] | |
PreapprovalExpired | 210e | ["AccountId"] | |
PrimaryUsernameSet | 210f | ["AccountId","Username"] | |
DanglingUsernameRemoved | 2110 | ["AccountId","Username"] |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:pallet_identity:types:Registrationoption<Vec<U8>>","keys_id":0,"value_id":488}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:[U8; 20]pallet_identity:types:Data","keys_id":0,"value_id":184}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@495","keys_id":0,"value_id":494}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":496} | |
UsernameAuthorities | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":500}} | |
AccountOfUsername | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"[U8; 20]","keys_id":60,"value_id":0}} | |
PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:[U8; 20]U32","keys_id":60,"value_id":502}} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 00006a2a592395ae0000000000000000 | |
ByteDeposit | U128 | 0000c16ff28623000000000000000000 | |
SubAccountDeposit | U128 | 0000ddac351322920000000000000000 | |
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. |