GetConfig gets complete strategy configuration
()
| 280 | |
| 281 | // GetConfig gets complete strategy configuration |
| 282 | func (e *StrategyEngine) GetConfig() *store.StrategyConfig { |
| 283 | return e.config |
| 284 | } |
| 285 | |
| 286 | // ============================================================================ |
| 287 | // Candidate Coins |
no outgoing calls
no test coverage detected