You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
In the doc comments in the assets pallet at line 83, it says that the function clear_metadata is a permissionless function. However, if we go to the function definition, we can see that only the owner can call this function, hence it is a privileged function.