Skip to main content

ic_query/nns/neuron/
mod.rs

1//! Module: nns::neuron
2//!
3//! Responsibility: expose public NNS neuron reporting contracts.
4//! Does not own: NNS proposal reporting or Dashboard-derived neuron analytics.
5//! Boundary: re-exports the direct Governance neuron report family.
6
7mod report;
8
9pub use report::*;