transfer_ownership: TxDescriptor<{
    id: {
        interior: XcmV3Junctions;
        parents: number;
    };
    owner: MultiAddress;
}>

Change the Owner of an asset.

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

  • id: The identifier of the asset.
  • owner: The new Owner of this asset.

Emits OwnerChanged.

Weight: O(1)