ic-query 0.29.4

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
#[cfg(feature = "host")]
mod data_center;
mod fetch;
mod keys;

const INVENTORY_FETCH_CONCURRENCY: usize = 32;

#[cfg(feature = "host")]
pub(super) use fetch::fetch_node_provider_node_counts;
pub(super) use fetch::fetch_registry_relation_inventory;