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

Interface EventRow

src/lib/sync.ts:335–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335interface EventRow {
336 id: string;
337 market_id: string;
338 title: string;
339 slug: string;
340 category: string;
341 volume: number;
342 volume_24h: number;
343 prob: number | null;
344 change: number | null;
345 recent_change: number | null;
346 markets_json: string;
347 location: string | null;
348 lat: number | null;
349 lng: number | null;
350 created_at: string;
351 description: string | null;
352 resolution_source: string | null;
353 end_date: string | null;
354 image: string | null;
355 liquidity: number;
356 is_active: number;
357 is_closed: number;
358 comment_count: number;
359 tags_json: string;
360 neg_risk: number;
361 title_zh: string | null;
362 description_zh: string | null;
363 markets_json_zh: string | null;
364}
365
366interface WhaleTradeRow {
367 wallet: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected