zeitgeist
zeitgeist copied to clipboard
[NeoSwaps] Remove duplicate `outcomes`, move `outcomes` to `Market`
It's a bad sign that it's impossible for us to retreive the assets that are traded in a particular market, given the market_id
. List of possible solutions:
- Add
assets
vector toMarket
, allowing us to removeoutcomes
completely - Add
market_id
toMarket
and use it to implementoutcomes
- Make
outcomes
a function of the market ID. (Seems odd)