All chains
    Preparing search index...

    Type Alias set_minting_fee

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

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

    Must be [Config::ManagerOrigin].

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