| 15 | type BookSide = "YES" | "NO" | "merged"; |
| 16 | |
| 17 | interface OrderBookPanelProps { |
| 18 | selectedMarket: ProcessedMarket | null; |
| 19 | } |
| 20 | |
| 21 | /** Extract all Yes token IDs from active sub-markets (first token = Yes) */ |
| 22 | function getAllYesTokenIds(market: ProcessedMarket): string[] { |
nothing calls this directly
no outgoing calls
no test coverage detected