subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet0700["AccountId"]
IdentityCleared0701["AccountId","BalanceOf"]
IdentityKilled0702["AccountId","BalanceOf"]
JudgementRequested0703["AccountId","RegistrarIndex"]
JudgementUnrequested0704["AccountId","RegistrarIndex"]
JudgementGiven0705["AccountId","RegistrarIndex"]
RegistrarAdded0706["RegistrarIndex"]
SubIdentityAdded0707["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved0708["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked0709["AccountId","AccountId","BalanceOf"]
Storage Functions
Name
Type
IdentityOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":329}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":213}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128Vec<AccountId>","keys_id":0,"value_id":333}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":335}
Constants
Name
Type
Value
BasicDepositU128084cd2c2070000000000000000000000
FieldDepositU1280293b4f0010000000000000000000000
SubAccountDepositU12868425d8d010000000000000000000000
MaxSubAccountsU3264000000
MaxAdditionalFieldsU3264000000
MaxRegistrarsU3214000000
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.
TooManyFieldsToo many additional fields.
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.