socialpredict
socialpredict copied to clipboard
Feature/market creation interface
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.