subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet2100["AccountId"]
IdentityCleared2101["AccountId","BalanceOf"]
IdentityKilled2102["AccountId","BalanceOf"]
JudgementRequested2103["AccountId","RegistrarIndex"]
JudgementUnrequested2104["AccountId","RegistrarIndex"]
JudgementGiven2105["AccountId","RegistrarIndex"]
RegistrarAdded2106["RegistrarIndex"]
SubIdentityAdded2107["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved2108["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked2109["AccountId","AccountId","BalanceOf"]
Storage Functions
Name
Type
IdentityOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":255}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:H160pallet_identity:types:Data","keys_id":0,"value_id":211}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:U128frame_support:storage:bounded_vec:BoundedVec@260","keys_id":0,"value_id":259}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":261}
Constants
Name
Type
Value
BasicDepositU12800009203825e958f0500000000000000
FieldDepositU1280000c2cf80ca28090000000000000000
SubAccountDepositU128000005865e4e22730500000000000000
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.