ic-query 0.25.2

Internet Computer query library for NNS, SNS, ICRC, system canisters, and public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! NNS registry-version requests, reports, host builders, and renderers.

mod report;

pub use report::{
    DEFAULT_NNS_REGISTRY_SOURCE_ENDPOINT, NnsRegistryVersionReport, NnsRegistryVersionRequest,
    nns_registry_version_report_text,
};
#[cfg(feature = "host")]
pub use report::{
    NnsRegistryHostError, NnsRegistrySource, NnsRegistryVersionData,
    build_nns_registry_version_report, build_nns_registry_version_report_with_source,
};