Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 0c00 | 1 | |
set_identity | 0c01 | 1 | |
set_subs | 0c02 | 1 | |
clear_identity | 0c03 | - | |
request_judgement | 0c04 | 2 | |
cancel_request | 0c05 | 1 | |
set_fee | 0c06 | 2 | |
set_account_id | 0c07 | 2 | |
set_fields | 0c08 | 2 | |
provide_judgement | 0c09 | 4 | |
kill_identity | 0c0a | 1 | |
add_sub | 0c0b | 2 | |
rename_sub | 0c0c | 2 | |
remove_sub | 0c0d | 1 | |
quit_sub | 0c0e | - | |
add_username_authority | 0c0f | 3 | |
remove_username_authority | 0c10 | 1 | |
set_username_for | 0c11 | 3 | |
accept_username | 0c12 | 1 | |
remove_expired_approval | 0c13 | 1 | |
set_primary_username | 0c14 | 1 | |
remove_dangling_username | 0c15 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 0c00 | ["AccountId"] | |
IdentityCleared | 0c01 | ["AccountId","BalanceOf"] | |
IdentityKilled | 0c02 | ["AccountId","BalanceOf"] | |
JudgementRequested | 0c03 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 0c04 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 0c05 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 0c06 | ["RegistrarIndex"] | |
SubIdentityAdded | 0c07 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRemoved | 0c08 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 0c09 | ["AccountId","AccountId","BalanceOf"] | |
AuthorityAdded | 0c0a | ["AccountId"] | |
AuthorityRemoved | 0c0b | ["AccountId"] | |
UsernameSet | 0c0c | ["AccountId","Username"] | |
UsernameQueued | 0c0d | ["AccountId","Username","BlockNumberFor"] | |
PreapprovalExpired | 0c0e | ["AccountId"] | |
PrimaryUsernameSet | 0c0f | ["AccountId","Username"] | |
DanglingUsernameRemoved | 0c10 | ["AccountId","Username"] |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:pallet_identity:types:Registrationoption<Vec<U8>>","keys_id":0,"value_id":390}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":249}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@397","keys_id":0,"value_id":396}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":398} | |
UsernameAuthorities | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:AuthorityProperties","keys_id":0,"value_id":402}} | |
AccountOfUsername | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"AccountId","keys_id":35,"value_id":0}} | |
PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32","keys_id":35,"value_id":404}} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 0020bef559a1e10d0000000000000000 | |
ByteDeposit | U128 | 0010a5d4e80000000000000000000000 | |
SubAccountDeposit | U128 | 005090ade7e6e00d0000000000000000 | |
MaxSubAccounts | U32 | 64000000 | |
MaxRegistrars | U32 | 14000000 | |
PendingUsernameExpiration | U32 | e0c40000 | |
MaxSuffixLength | U32 | 07000000 | |
MaxUsernameLength | U32 | 20000000 |
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. |
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. |
InvalidSuffix | The provided suffix is too long. |
NotUsernameAuthority | The sender does not have permission to issue a username. |
NoAllocation | The authority cannot allocate any more usernames. |
InvalidSignature | The signature on a username was not valid. |
RequiresSignature | Setting this username requires a signature, but none was provided. |
InvalidUsername | The username does not meet the requirements. |
UsernameTaken | The username is already taken. |
NoUsername | The requested username does not exist. |
NotExpired | The username cannot be forcefully removed because it can still be accepted. |