ic-query 0.10.1

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
//! 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::{
    LiveNnsRegistrySource, NnsRegistryHostError, NnsRegistrySource, NnsRegistrySourceRequest,
    NnsRegistryVersionData, build_nns_registry_version_report,
    build_nns_registry_version_report_with_source,
};