Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 1800 | 1 | |
set_identity | 1801 | 1 | |
set_subs | 1802 | 1 | |
clear_identity | 1803 | - | |
request_judgement | 1804 | 2 | |
cancel_request | 1805 | 1 | |
set_fee | 1806 | 2 | |
set_account_id | 1807 | 2 | |
set_fields | 1808 | 2 | |
provide_judgement | 1809 | 4 | |
kill_identity | 180a | 1 | |
add_sub | 180b | 2 | |
rename_sub | 180c | 2 | |
remove_sub | 180d | 1 | |
quit_sub | 180e | - |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 1800 | ["AccountId"] | |
IdentityCleared | 1801 | ["AccountId","BalanceOf"] | |
IdentityKilled | 1802 | ["AccountId","BalanceOf"] | |
JudgementRequested | 1803 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 1804 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 1805 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 1806 | ["RegistrarIndex"] | |
SubIdentityAdded | 1807 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRemoved | 1808 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 1809 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":515}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:[U8; 20]pallet_identity:types:Data","keys_id":0,"value_id":278}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:U128Vec<[U8; 20]>","keys_id":0,"value_id":519}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":520} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 00809842aa5f3c0e0000000000000000 | |
FieldDeposit | U128 | 0080843faa7217000000000000000000 | |
SubAccountDeposit | U128 | 0040b310068bf30d0000000000000000 | |
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. |