ic-query 0.17.0

Internet Computer query library for NNS, SNS, ICRC, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
//! Module: nns::neuron
//!
//! Responsibility: expose public NNS neuron reporting contracts.
//! Does not own: NNS proposal reporting or Dashboard-derived neuron analytics.
//! Boundary: re-exports the direct Governance neuron report family.

mod report;

pub use report::*;