All chains
    Preparing search index...

    Type Alias set_asset_ceiling_weight

    set_asset_ceiling_weight: TxDescriptor<
        {
            asset_id: { interior: XcmV5Junctions; parents: number };
            weight: number;
        },
    >

    Set the per-asset debt ceiling weight.

    Must be [Config::ManagerOrigin].

    Ratios act as weights normalized against the sum of all asset weights: max_asset_debt = (ratio / sum_of_all_ratios) * MaxPsmDebtOfTotal * MaximumIssuance

    With a single asset, the weight always normalizes to 100% of the PSM ceiling.

    • asset_id: The external stablecoin to configure
    • ratio: Weight for this asset's share of the total PSM ceiling
    • [Event::AssetCeilingWeightUpdated]: Emitted with old and new values