socialpredict icon indicating copy to clipboard operation
socialpredict copied to clipboard

Feature/market creation interface

Open ajlacey opened this issue 5 months ago • 0 comments

This PR adds an interface type for the MarketCreation component of our setup config. This interface is implemented by both the EconomicConfig and MarketCreation types. There are a number of pieces of code that are only dependent on the MarketCreation component of the config, and this allows us to use any types that can return a MarketCreation in our code and tests.

ajlacey avatar Sep 14 '24 17:09 ajlacey