subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet3600["AccountId"]
IdentityCleared3601["AccountId","BalanceOf"]
IdentityKilled3602["AccountId","BalanceOf"]
JudgementRequested3603["AccountId","RegistrarIndex"]
JudgementUnrequested3604["AccountId","RegistrarIndex"]
JudgementGiven3605["AccountId","RegistrarIndex"]
RegistrarAdded3606["RegistrarIndex"]
SubIdentityAdded3607["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved3608["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked3609["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":331}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":230}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128frame_support:storage:bounded_vec:BoundedVec@336","keys_id":0,"value_id":335}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":337}
Constants
Name
Type
Value
BasicDepositU128000c9924370e00000000000000000000
FieldDepositU12800b064029a0300000000000000000000
SubAccountDepositU12800947753070300000000000000000000
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.