Name | Lookup | Parameters | |
|---|---|---|---|
| add_registrar | 2700 | 1 | |
| set_identity | 2701 | 1 | |
| set_subs | 2702 | 1 | |
| clear_identity | 2703 | - | |
| request_judgement | 2704 | 2 | |
| cancel_request | 2705 | 1 | |
| set_fee | 2706 | 2 | |
| set_account_id | 2707 | 2 | |
| set_fields | 2708 | 2 | |
| provide_judgement | 2709 | 3 | |
| kill_identity | 270a | 1 | |
| add_sub | 270b | 2 | |
| rename_sub | 270c | 2 | |
| remove_sub | 270d | 1 | |
| quit_sub | 270e | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| IdentitySet | 2700 | ||
| IdentityCleared | 2701 | ||
| IdentityKilled | 2702 | ||
| JudgementRequested | 2703 | ||
| JudgementUnrequested | 2704 | ||
| JudgementGiven | 2705 | ||
| RegistrarAdded | 2706 | ||
| SubIdentityAdded | 2707 | ||
| SubIdentityRemoved | 2708 | ||
| SubIdentityRevoked | 2709 |
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 | 0x8096980000000000 | |
| FieldDeposit | BalanceOf | 0x80841e0000000000 | |
| SubAccountDeposit | BalanceOf | 0x80841e0000000000 | |
| 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. |