Module pallet_nicks::pallet::dispatchables
source · Expand description
Functions§
- Clear an account’s name and return the deposit. Fails if the account was not named.
- Set a third-party account’s name with no deposit.
- Remove an account’s name and take charge of the deposit.
- Set an account’s name. The name should be a UTF-8-encoded string by convention, though we don’t check it.