Force the metadata for an asset to some value.
Origin must be ForceOrigin.
Any deposit is left alone.
id
name
StringLimit
symbol
decimals
Emits MetadataSet.
MetadataSet
Weight: O(N + S) where N and S are the length of the name and symbol respectively.
O(N + S)
Force the metadata for an asset to some value.
Origin must be ForceOrigin.
Any deposit is left alone.
id: The identifier of the asset to update.name: The user friendly name of this asset. Limited in length byStringLimit.symbol: The exchange symbol for this asset. Limited in length byStringLimit.decimals: The number of decimals this asset uses to represent one unit.Emits
MetadataSet.Weight:
O(N + S)where N and S are the length of the name and symbol respectively.