Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 2800 | 1 | |
set_identity | 2801 | 1 | |
set_subs | 2802 | 1 | |
clear_identity | 2803 | - | |
request_judgement | 2804 | 2 | |
cancel_request | 2805 | 1 | |
set_fee | 2806 | 2 | |
set_account_id | 2807 | 2 | |
set_fields | 2808 | 2 | |
provide_judgement | 2809 | 4 | |
kill_identity | 280a | 1 | |
add_sub | 280b | 2 | |
rename_sub | 280c | 2 | |
remove_sub | 280d | 1 | |
quit_sub | 280e | - | |
force_insert_identities | 280f | 1 | |
force_remove_identities | 2810 | 1 | |
force_set_subs | 2811 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 2800 | ["AccountId"] | |
IdentityCleared | 2801 | ["AccountId","BalanceOf"] | |
IdentityKilled | 2802 | ["AccountId","BalanceOf"] | |
IdentitiesInserted | 2803 | ["u32"] | |
IdentitiesRemoved | 2804 | ["u32"] | |
JudgementRequested | 2805 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 2806 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 2807 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 2808 | ["RegistrarIndex"] | |
SubIdentityAdded | 2809 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRemoved | 280a | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 280b | ["AccountId","AccountId","BalanceOf"] | |
SubIdentitiesInserted | 280c | ["u32"] |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":190}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"Tuple:[U8; 32]pallet_identity:types:Data","keys_id":0,"value_id":184}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@480","keys_id":0,"value_id":479}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":481} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 0000e8890423c78a0000000000000000 | |
FieldDeposit | U128 | 008062175ed158000000000000000000 | |
SubAccountDeposit | U128 | 0000c84e676dc11b0000000000000000 | |
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. |