socialpredict icon indicating copy to clipboard operation
socialpredict copied to clipboard

Create smaller interfaces for returning the relevant portions of the economics config

Open ajlacey opened this issue 5 months ago • 0 comments

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

ajlacey avatar Sep 09 '24 04:09 ajlacey