ic-query 0.5.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
11
12
13
14
15
16
pub mod report;

mod commands;
mod options;
mod run;

pub use report::{
    DEFAULT_NNS_REGISTRY_SOURCE_ENDPOINT, NnsRegistryHostError, NnsRegistryVersionReport,
    NnsRegistryVersionRequest, build_nns_registry_version_report, nns_registry_version_report_text,
};

#[cfg(test)]
pub(super) use commands::{registry_usage, registry_version_usage};
#[cfg(test)]
pub(super) use options::RegistryVersionOptions;
pub(super) use run::run;