socialpredict
socialpredict copied to clipboard
Create smaller interfaces for returning the relevant portions of the economics config
Most of our handlers don't require the entire config to run- they're only dependent on a component struct of the config.
- Create interfaces for the in-use components
- Update the function signatures to only use the interface for the in-use components