ic-query 0.4.0

Internet Computer query library for NNS, SNS, ICRC, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod report;

mod commands;

pub use report::{
    DEFAULT_SNS_SOURCE_ENDPOINT, MAINNET_SNS_WASM_CANISTER_ID, SnsHostError, SnsListReport,
    SnsListRequest, SnsListRow, SnsListSort, build_sns_list_report, sns_list_report_text,
};

pub(crate) use commands::run;