ic-query 0.2.23

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
//! Module: sns::report::neurons_cache::collection
//!
//! Responsibility: collect complete SNS neuron pages for snapshot refresh.
//! Does not own: cache publishing, attempt sidecar storage, report construction, or CLI parsing.
//! Boundary: fetches and folds paged governance neuron responses into a complete collection.

mod fetch;

pub(super) use fetch::fetch_complete_sns_neurons;