subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet0600["AccountId"]
IdentityCleared0601["AccountId","BalanceOf"]
IdentityKilled0602["AccountId","BalanceOf"]
JudgementRequested0603["AccountId","RegistrarIndex"]
JudgementUnrequested0604["AccountId","RegistrarIndex"]
JudgementGiven0605["AccountId","RegistrarIndex"]
RegistrarAdded0606["RegistrarIndex"]
SubIdentityAdded0607["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved0608["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked0609["AccountId","AccountId","BalanceOf"]
AuthorityAdded060a["AccountId"]
AuthorityRemoved060b["AccountId"]
UsernameSet060c["AccountId","Username"]
UsernameQueued060d["AccountId","Username","BlockNumberFor"]
PreapprovalExpired060e["AccountId"]
PrimaryUsernameSet060f["AccountId","Username"]
DanglingUsernameRemoved0610["AccountId","Username"]
Storage Functions
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":385}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":289}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@392","keys_id":0,"value_id":391}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":393}
UsernameAuthorities{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":397}}
AccountOfUsername{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":39,"value_id":0}}
PendingUsernames{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":39,"value_id":399}}
Constants
Name
Type
Value
BasicDepositU12800d4e4ae6c1200000000000000000000
ByteDepositU1280014e85d0f0000000000000000000000
SubAccountDepositU1280012f1f33c1200000000000000000000
MaxSubAccountsU3264000000
MaxRegistrarsU3214000000
PendingUsernameExpirationU3264000000
MaxSuffixLengthU3207000000
MaxUsernameLengthU3220000000
Error Types
Name
Docs
TooManySubAccountsToo many subs-accounts.
NotFoundAccount isn't found.
NotNamedAccount isn't named.
EmptyIndexEmpty index.
FeeChangedFee is changed.
NoIdentityNo identity found.
StickyJudgementSticky judgement.
JudgementGivenJudgement given.
InvalidJudgementInvalid judgement.
InvalidIndexThe index is invalid.
InvalidTargetThe target is invalid.
TooManyRegistrarsMaximum amount of registrars reached. Cannot add any more.
AlreadyClaimedAccount ID is already named.
NotSubSender is not a sub-account.
NotOwnedSub-account isn't owned by sender.
JudgementForDifferentIdentityThe provided judgement was for a different identity.
JudgementPaymentFailedError that occurs when there is an issue paying for judgement.
InvalidSuffixThe provided suffix is too long.
NotUsernameAuthorityThe sender does not have permission to issue a username.
NoAllocationThe authority cannot allocate any more usernames.
InvalidSignatureThe signature on a username was not valid.
RequiresSignatureSetting this username requires a signature, but none was provided.
InvalidUsernameThe username does not meet the requirements.
UsernameTakenThe username is already taken.
NoUsernameThe requested username does not exist.
NotExpiredThe username cannot be forcefully removed because it can still be accepted.