Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 1b00 | 1 | |
| set_identity | 1b01 | 1 | |
| set_subs | 1b02 | 1 | |
| clear_identity | 1b03 | - | |
| request_judgement | 1b04 | 2 | |
| cancel_request | 1b05 | 1 | |
| set_fee | 1b06 | 2 | |
| set_account_id | 1b07 | 2 | |
| set_fields | 1b08 | 2 | |
| provide_judgement | 1b09 | 4 | |
| kill_identity | 1b0a | 1 | |
| add_sub | 1b0b | 2 | |
| rename_sub | 1b0c | 2 | |
| remove_sub | 1b0d | 1 | |
| quit_sub | 1b0e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1b00 | ["AccountId"] | |
| IdentityCleared | 1b01 | ["AccountId","BalanceOf"] | |
| IdentityKilled | 1b02 | ["AccountId","BalanceOf"] | |
| JudgementRequested | 1b03 | ["AccountId","RegistrarIndex"] | |
| JudgementUnrequested | 1b04 | ["AccountId","RegistrarIndex"] | |
| JudgementGiven | 1b05 | ["AccountId","RegistrarIndex"] | |
| RegistrarAdded | 1b06 | ["RegistrarIndex"] | |
| SubIdentityAdded | 1b07 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRemoved | 1b08 | ["AccountId","AccountId","BalanceOf"] | |
| SubIdentityRevoked | 1b09 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"pallet_identity:types:Registration@497","keys_id":0,"value_id":497}} | |
| SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Tuple:H160pallet_identity:types:Data","keys_id":0,"value_id":371}} | |
| SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"Tuple:U128Vec<account:AccountId20>","keys_id":0,"value_id":499}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":500} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | U128 | 008044fe2307236c0500000000000000 | |
| FieldDeposit | U128 | 0080843faa7217000000000000000000 | |
| SubAccountDeposit | U128 | 00405fcc7f32da6b0500000000000000 | |
| 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. |