MCPcopy Create free account
hub / github.com/NoFxAiOS/nofx / CandidateCoin

Struct CandidateCoin

kernel/engine.go:56–59  ·  view source on GitHub ↗

CandidateCoin candidate coin (from coin pool)

Source from the content-addressed store, hash-verified

54
55// CandidateCoin candidate coin (from coin pool)
56type 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)
62type OITopData struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected