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

Interface BookData

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

Source from the content-addressed store, hash-verified

75
76interface BookLevel { price: number; size: number; }
77interface BookData { bids: BookLevel[]; asks: BookLevel[]; }
78
79async function loadOrderBook(
80 tokenId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected