Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 1c00 | 1 | |
| set_identity | 1c01 | 1 | |
| set_subs | 1c02 | 1 | |
| clear_identity | 1c03 | - | |
| request_judgement | 1c04 | 2 | |
| cancel_request | 1c05 | 1 | |
| set_fee | 1c06 | 2 | |
| set_account_id | 1c07 | 2 | |
| set_fields | 1c08 | 2 | |
| provide_judgement | 1c09 | 3 | |
| kill_identity | 1c0a | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1500 | ||
| IdentityCleared | 1501 | ||
| IdentityKilled | 1502 | ||
| JudgementRequested | 1503 | ||
| JudgementUnrequested | 1504 | ||
| JudgementGiven | 1505 | ||
| RegistrarAdded | 1506 |
Name | Type | |
|---|---|---|
| IdentityOf | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Registration<BalanceOf>","isLinked":false}} | |
| SuperOf | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"(AccountId, Data)","isLinked":false}} | |
| SubsOf | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BalanceOf, Vec<AccountId>)","isLinked":false}} | |
| Registrars | {"origin":"PlainType","plain_type":"Vec<Option<RegistrarInfo<BalanceOf, AccountId>>>"} |
Name | Type | Value | |
|---|---|---|---|
| BasicDeposit | BalanceOf | 0x007db52a2f0000000000000000000000 | |
| FieldDeposit | BalanceOf | 0x00cd5627000000000000000000000000 | |
| SubAccountDeposit | BalanceOf | 0x80f884b02e0000000000000000000000 | |
| MaxSubAccounts | u32 | 0x64000000 | |
| MaxAdditionalFields | u32 | 0x64000000 | |
| MaxRegistrars | u32 | 0x14000000 |
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. |