Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

  • Accept a given username that an authority granted. The call must include the full username, as in username.suffix.
  • Add a registrar to the system.
  • Add the given account to the sender’s subs.
  • Add an AccountId with permission to grant usernames with a given suffix appended.
  • Cancel a previous request.
  • Clear an account’s identity info and all sub-accounts and return all deposits.
  • Remove an account’s identity and sub-account information and slash the deposits.
  • Provide a judgement for an account’s identity.
  • Remove the sender as a sub-account.
  • Remove a username that corresponds to an account with no identity. Exists when a user gets a username but then calls clear_identity.
  • Remove an expired username approval. The username was approved by an authority but never accepted by the user and must now be beyond its expiration. The call must include the full username, as in username.suffix.
  • Remove the given account from the sender’s subs.
  • Remove authority from the username authorities.
  • Alter the associated name of the given sub-account.
  • Request a judgement from a registrar.
  • Change the account associated with a registrar.
  • Set the fee required for a judgement to be requested from a registrar.
  • Set the field information for a registrar.
  • Set an account’s identity information and reserve the appropriate deposit.
  • Set a given username as the primary. The username should include the suffix.
  • Set the sub-accounts of the sender.
  • Set the username for who. Must be called by a username authority.