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

Interface BookLevel

src/components/TradeModal.tsx:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74// ─── Mini Order Book ──────────────────────────────────────────────────────────
75
76interface BookLevel { price: number; size: number; }
77interface BookData { bids: BookLevel[]; asks: BookLevel[]; }
78
79async function loadOrderBook(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected