Name | Lookup | Parameters | |
---|---|---|---|
add_registrar | 5100 | 1 | |
set_identity | 5101 | 1 | |
set_subs | 5102 | 1 | |
clear_identity | 5103 | - | |
request_judgement | 5104 | 2 | |
cancel_request | 5105 | 1 | |
set_fee | 5106 | 2 | |
set_account_id | 5107 | 2 | |
set_fields | 5108 | 2 | |
provide_judgement | 5109 | 4 | |
kill_identity | 510a | 1 | |
add_sub | 510b | 2 | |
rename_sub | 510c | 2 | |
remove_sub | 510d | 1 | |
quit_sub | 510e | - | |
add_username_authority | 510f | 3 | |
remove_username_authority | 5110 | 2 | |
set_username_for | 5111 | 4 | |
accept_username | 5112 | 1 | |
remove_expired_approval | 5113 | 1 | |
set_primary_username | 5114 | 1 | |
unbind_username | 5115 | 1 | |
remove_username | 5116 | 1 | |
kill_username | 5117 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
IdentitySet | 5100 | ["AccountId"] | |
IdentityCleared | 5101 | ["AccountId","BalanceOf"] | |
IdentityKilled | 5102 | ["AccountId","BalanceOf"] | |
JudgementRequested | 5103 | ["AccountId","RegistrarIndex"] | |
JudgementUnrequested | 5104 | ["AccountId","RegistrarIndex"] | |
JudgementGiven | 5105 | ["AccountId","RegistrarIndex"] | |
RegistrarAdded | 5106 | ["RegistrarIndex"] | |
SubIdentityAdded | 5107 | ["AccountId","AccountId","BalanceOf"] | |
SubIdentitiesSet | 5108 | ["AccountId","u32","BalanceOf"] | |
SubIdentityRenamed | 5109 | ["AccountId","AccountId"] | |
SubIdentityRemoved | 510a | ["AccountId","AccountId","BalanceOf"] | |
SubIdentityRevoked | 510b | ["AccountId","AccountId","BalanceOf"] | |
AuthorityAdded | 510c | ["AccountId"] | |
AuthorityRemoved | 510d | ["AccountId"] | |
UsernameSet | 510e | ["AccountId","Username"] | |
UsernameQueued | 510f | ["AccountId","Username","BlockNumberFor"] | |
PreapprovalExpired | 5110 | ["AccountId"] | |
PrimaryUsernameSet | 5111 | ["AccountId","Username"] | |
DanglingUsernameRemoved | 5112 | ["AccountId","Username"] | |
UsernameUnbound | 5113 | ["Username"] | |
UsernameRemoved | 5114 | ["Username"] | |
UsernameKilled | 5115 | ["Username"] |
Name | Type | |
---|---|---|
IdentityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":839}} | |
UsernameOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<U8>","keys_id":0,"value_id":221}} | |
SuperOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":362}} | |
SubsOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128bounded_collections:bounded_vec:BoundedVec@844","keys_id":0,"value_id":843}} | |
Registrars | {"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":845} | |
AuthorityOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"pallet_identity:types:AuthorityProperties","keys_id":849,"value_id":850}} | |
UsernameInfoOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"pallet_identity:types:UsernameInformation","keys_id":221,"value_id":851}} | |
PendingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:AccountIdU32pallet_identity:types:Provider","keys_id":221,"value_id":853}} | |
UnbindingUsernames | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"U32","keys_id":221,"value_id":4}} |
Name | Type | Value | |
---|---|---|---|
BasicDeposit | U128 | 084cd2c2070000000000000000000000 | |
ByteDeposit | U128 | 00e1f505000000000000000000000000 | |
UsernameDeposit | U128 | 0020bcbe000000000000000000000000 | |
SubAccountDeposit | U128 | 68425d8d010000000000000000000000 | |
MaxSubAccounts | U32 | 64000000 | |
MaxRegistrars | U32 | 14000000 | |
PendingUsernameExpiration | U32 | c0890100 | |
UsernameGracePeriod | U32 | 80970600 | |
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. |
TooEarly | The username cannot be removed because it's still in the grace period. |
NotUnbinding | The username cannot be removed because it is not unbinding. |
AlreadyUnbinding | The username cannot be unbound because it is already unbinding. |
InsufficientPrivileges | The action cannot be performed because of insufficient privileges (e.g. authoritytrying to unbind a username provided by the system). |