All chains
    Preparing search index...

    Type Alias set_redemption_fee

    set_redemption_fee: TxDescriptor<
        { asset_id: { interior: XcmV5Junctions; parents: number }; fee: number },
    >

    Set the redemption fee for a specific asset (internal → external).

    Must be [Config::ManagerOrigin].

    • asset_id: The external stablecoin to configure
    • fee: The new redemption fee as a Permill
    • [Event::RedemptionFeeUpdated]: Emitted with old and new values