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 | 3 | |
| kill_identity | 180a | 1 | |
| add_sub | 180b | 2 | |
| rename_sub | 180c | 2 | |
| remove_sub | 180d | 1 | |
| quit_sub | 180e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 1800 | ||
| IdentityCleared | 1801 | ||
| IdentityKilled | 1802 | ||
| JudgementRequested | 1803 | ||
| JudgementUnrequested | 1804 | ||
| JudgementGiven | 1805 | ||
| RegistrarAdded | 1806 | ||
| SubIdentityAdded | 1807 | ||
| SubIdentityRemoved | 1808 | ||
| SubIdentityRevoked | 1809 |
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 | 0x00a0724e180900000000000000000000 | |
| FieldDeposit | BalanceOf | 0x00a89c13460200000000000000000000 | |
| SubAccountDeposit | BalanceOf | 0x00204aa9d10100000000000000000000 | |
| 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. |
| AlreadyClaimed | Account ID is already named. |
| NotSub | Sender is not a sub-account. |
| NotOwned | Sub-account isn't owned by sender. |