Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 4000 | 1 | |
set_identity | 4001 | 1 | |
set_subs | 4002 | 1 | |
clear_identity | 4003 | - | |
request_judgement | 4004 | 2 | |
cancel_request | 4005 | 1 | |
set_fee | 4006 | 2 | |
set_account_id | 4007 | 2 | |
set_fields | 4008 | 2 | |
provide_judgement | 4009 | 4 | |
kill_identity | 400a | 1 | |
add_sub | 400b | 2 | |
rename_sub | 400c | 2 | |
remove_sub | 400d | 1 | |
quit_sub | 400e | - |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 4000 | ["AccountId"] | |
IdentityCleared | 4001 | ["AccountId","BalanceOf"] | |
IdentityKilled | 4002 | ["AccountId","BalanceOf"] | |
JudgementRequested | 4003 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 4004 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 4005 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 4006 | ["RegistrarIndex"] | |
SubIdentityAdded | 4007 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRemoved | 4008 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 4009 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":513}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":334}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@518","keys_id":0,"value_id":517}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":519} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 000068468d0224d51701000000000000 | |
FieldDeposit | U128 | 000078b130768f250200000000000000 | |
SubAccountDeposit | U128 | 0000dc008254a0341201000000000000 | |
MaxSubAccounts | U32 | 64000000 | |
MaxAdditionalFields | U32 | 64000000 | |
MaxRegistrars | U32 | 14000000 |
Name | Docs |
---|---|
TooManySubAccounts | Too many subs-accounts. |
NotFound | Account isn't found. |
NotNamed | Account isn't named. |
EmptyIndex | Empty index. |
FeeChanged | Fee is changed. |
NoIdentity | No identity found. |
StickyJudgement | Sticky judgement. |
JudgementGiven | Judgement given. |
InvalidJudgement | Invalid judgement. |
InvalidIndex | The index is invalid. |
InvalidTarget | The target is invalid. |
TooManyFields | Too many additional fields. |
TooManyRegistrars | Maximum amount of registrars reached. Cannot add any more. |
AlreadyClaimed | Account ID is already named. |
NotSub | Sender is not a sub-account. |
NotOwned | Sub-account isn't owned by sender. |
JudgementForDifferentIdentity | The provided judgement was for a different identity. |
JudgementPaymentFailed | Error that occurs when there is an issue paying for judgement. |