subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet3c00["AccountId"]
IdentityCleared3c01["AccountId","BalanceOf"]
IdentityKilled3c02["AccountId","BalanceOf"]
JudgementRequested3c03["AccountId","RegistrarIndex"]
JudgementUnrequested3c04["AccountId","RegistrarIndex"]
JudgementGiven3c05["AccountId","RegistrarIndex"]
RegistrarAdded3c06["RegistrarIndex"]
SubIdentityAdded3c07["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved3c08["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked3c09["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":484}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":291}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128Vec<AccountId>","keys_id":0,"value_id":488}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":490}
Constants
Name
Type
Value
BasicDepositU12800a0724e180900000000000000000000
FieldDepositU12800a89c13460200000000000000000000
SubAccountDepositU12800204aa9d10100000000000000000000
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.
JudgementPaymentFailedError that occurs when there is an issue paying for judgement.