ic-query 0.37.1

Internet Computer query library for CloudEngine, NNS, SNS, ICRC, system canisters, and public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Module: sns::report::text::neurons
//!
//! Responsibility: group SNS neuron text report renderers.
//! Does not own: neuron report construction, cache loading, or JSON output.
//! Boundary: renders neuron list, refresh, and cache status DTOs for humans.

mod list;
mod refresh;

pub use list::sns_neurons_report_text;
pub use refresh::sns_neurons_refresh_report_text;