ic-query 0.8.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: sns::report::proposals_cache::collection
//!
//! Responsibility: group complete paged SNS proposal collection fetching.
//! Does not own: cache publishing, command parsing, or report rendering.
//! Boundary: re-exports the complete proposal collection fetcher.

mod fetch;

pub(super) use fetch::fetch_complete_sns_proposals;