ic-query 0.29.7

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
14
15
mod classification;
mod policy;
mod types;
mod validation;

pub use classification::{ClassificationSource, GeographicScope, SubnetKind, SubnetSpecialization};
pub use policy::{CLASSIFICATION_SCHEMA_VERSION, RESOLVER_SCHEMA_VERSION};
#[cfg(feature = "subnet-catalog-host")]
pub use types::UncertifiedCatalogCollection;
pub use types::{
    CatalogAssurance, CatalogValidationContext, RawSubnetCatalog, RoutingRange,
    SubnetCatalogProvenance, SubnetInfo, ValidatedSubnetCatalog,
};
#[cfg(feature = "subnet-catalog-host")]
pub(in crate::subnet_catalog) use validation::catalog_agreement_digest;