📄️ Add Custom Metadata Function
This section details the addCustomMetadata function within the Name Service service. This function allows the current owner (user) of a registered identity (identity, typically a username) to associate a custom string value (value) with their identity.
📄️ Remove Custom Metadata Function
This section details the removeCustomMetadata function within the name service. This function allows the current owner (user) of a registered identity (identity, typically a username) to remove a specific custom metadata entry identified by its index (key).
📄️ Flush Custom Metadata Function
This section details the flushCustomMetadata function within the Name Service. This function allows the current owner (user) of a registered identity (identity, typically a username) to remove all custom metadata entries associated with that identity in a single transaction.
📄️ Flush Username Function
This section details the flushUsername function within the Name Service. This function allows the current owner (user) of a registered identity (username, typically a username) to permanently delete the username registration and all of its associated data. This is an irreversible action that makes the username available for registration again by others.