Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
§Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs§
- Authority
Of - A map of the accounts who are authorized to grant usernames.
- Identity
Of - Information that is pertinent to identify the entity behind an account. First item is the registration, second is the account’s primary username.
- Pending
Usernames - Usernames that an authority has granted, but that the account controller has not confirmed
that they want it. Used primarily in cases where the
AccountIdcannot provide a signature because they are a pure proxy, multisig, etc. In order to confirm it, they should call accept_username. - Registrars
- The set of registrars. Not expected to get very big as can only be added through a special origin (likely a council motion).
- SubsOf
- Alternative “sub” identities of this account.
- SuperOf
- The super-identity of an alternative “sub” identity together with its name, within that
context. If the account is not some other account’s sub-identity, then just
None. - Unbinding
Usernames - Usernames for which the authority that granted them has started the removal process by unbinding them. Each unbinding username maps to its grace period expiry, which is the first block in which the username could be deleted through a remove_username call.
- Username
Info Of - Reverse lookup from
usernameto theAccountIdthat has registered it and the provider of the username. Theownervalue should be a key in theUsernameOfmap, but it may not if the user has cleared their username or it has been removed. - Username
Of - Identifies the primary username of an account.