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

Disallow further unprivileged transfers for the asset class.

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

  • id: The identifier of the asset to be frozen.

Emits Frozen.

Weight: O(1)