set_min_balance: TxDescriptor<
    {
        id: { interior: XcmV3Junctions; parents: number };
        min_balance: bigint;
    },
>

Sets the minimum balance of an asset.

Only works if there aren't any accounts that are holding the asset or if the new value of min_balance is less than the old one.

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

  • id: The identifier of the asset.
  • min_balance: The new value of min_balance.

Emits AssetMinBalanceChanged event when successful.