SimulationManager implements the SimulationApp interface
()
| 516 | |
| 517 | // SimulationManager implements the SimulationApp interface |
| 518 | func (app *AkashApp) SimulationManager() *module.SimulationManager { |
| 519 | return app.sm |
| 520 | } |
| 521 | |
| 522 | // RegisterAPIRoutes registers all application module routes with the provided |
| 523 | // API server. |
no outgoing calls