ic-query 0.2.27

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Module: sns::report::proposals_cache::refresh
//!
//! Responsibility: group complete SNS proposal snapshot refresh orchestration.
//! Does not own: command parsing, proposal text rendering, or cache status reports.
//! Boundary: re-exports refresh entry points while child modules own refresh phases.

mod context;
mod publish;
mod run;

pub use run::refresh_sns_proposals_cache;
pub(in crate::sns::report) use run::refresh_sns_proposals_cache_with_source;