MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / OrderBookPanelProps

Interface OrderBookPanelProps

src/components/OrderBook.tsx:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected