ic-query 0.2.17

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
mod data_center;
mod fetch;
mod keys;

const INVENTORY_FETCH_CONCURRENCY: usize = 32;

pub(super) use fetch::{fetch_node_provider_node_counts, fetch_registry_relation_inventory};