CandidateCoin candidate coin (from coin pool)
| 54 | |
| 55 | // CandidateCoin candidate coin (from coin pool) |
| 56 | type CandidateCoin struct { |
| 57 | Symbol string `json:"symbol"` |
| 58 | Sources []string `json:"sources"` // Sources: "ai500" and/or "oi_top" |
| 59 | } |
| 60 | |
| 61 | // OITopData open interest growth top data (for AI decision reference) |
| 62 | type OITopData struct { |
nothing calls this directly
no outgoing calls
no test coverage detected