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 | 3 | |
kill_identity | 280a | 1 | |
add_sub | 280b | 2 | |
rename_sub | 280c | 2 | |
remove_sub | 280d | 1 | |
quit_sub | 280e | - |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 2800 | ||
IdentityCleared | 2801 | ||
IdentityKilled | 2802 | ||
JudgementRequested | 2803 | ||
JudgementUnrequested | 2804 | ||
JudgementGiven | 2805 | ||
RegistrarAdded | 2806 | ||
SubIdentityAdded | 2807 | ||
SubIdentityRemoved | 2808 | ||
SubIdentityRevoked | 2809 |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Registration<BalanceOf, MaxRegistrars, MaxAdditionalFields>","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, BoundedVec<AccountId, MaxSubAccounts>)","isLinked":false}} | |
Registrars | {"origin":"PlainType","plain_type":"BoundedVec<Option<RegistrarInfo<BalanceOf, AccountId>>, T ::MaxRegistrars>"} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | BalanceOf | 0x000010632d5ec76b0500000000000000 | |
FieldDeposit | BalanceOf | 0x000064a7b3b6e00d0000000000000000 | |
SubAccountDeposit | BalanceOf | 0x0000d01309468e150100000000000000 | |
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. |