Rococo
subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet1900["AccountId"]
IdentityCleared1901["AccountId","BalanceOf"]
IdentityKilled1902["AccountId","BalanceOf"]
JudgementRequested1903["AccountId","RegistrarIndex"]
JudgementUnrequested1904["AccountId","RegistrarIndex"]
JudgementGiven1905["AccountId","RegistrarIndex"]
RegistrarAdded1906["RegistrarIndex"]
SubIdentityAdded1907["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved1908["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked1909["AccountId","AccountId","BalanceOf"]
AuthorityAdded190a["AccountId"]
AuthorityRemoved190b["AccountId"]
UsernameSet190c["AccountId","Username"]
UsernameQueued190d["AccountId","Username","BlockNumberFor"]
PreapprovalExpired190e["AccountId"]
PrimaryUsernameSet190f["AccountId","Username"]
DanglingUsernameRemoved1910["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":583}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":208}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@590","keys_id":0,"value_id":589}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":591}
UsernameAuthorities{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":595}}
AccountOfUsername{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":212,"value_id":0}}
PendingUsernames{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":212,"value_id":597}}
Constants
Name
Type
Value
BasicDepositU128084cd2c2070000000000000000000000
ByteDepositU128b4dc3200000000000000000000000000
SubAccountDepositU12868425d8d010000000000000000000000
MaxSubAccountsU3264000000
MaxRegistrarsU3214000000
PendingUsernameExpirationU32c0890100
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.