clear_metadata: TxDescriptor<{
    id: {
        interior: XcmV3Junctions;
        parents: number;
    };
}>

Clear the metadata for an asset.

Origin must be Signed and the sender should be the Owner of the asset id.

Any deposit is freed for the asset owner.

  • id: The identifier of the asset to clear.

Emits MetadataCleared.

Weight: O(1)