subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet1300["AccountId"]
IdentityCleared1301["AccountId","BalanceOf"]
IdentityKilled1302["AccountId","BalanceOf"]
JudgementRequested1303["AccountId","RegistrarIndex"]
JudgementUnrequested1304["AccountId","RegistrarIndex"]
JudgementGiven1305["AccountId","RegistrarIndex"]
RegistrarAdded1306["RegistrarIndex"]
SubIdentityAdded1307["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved1308["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked1309["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":275}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":182}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128sp_runtime:bounded:bounded_vec:BoundedVec@280","keys_id":0,"value_id":279}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":281}
Constants
Name
Type
Value
BasicDepositU1280094ff113c0000000000000000000000
FieldDepositU1280014e85d0f0000000000000000000000
SubAccountDepositU12800d20b570c0000000000000000000000
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.