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
8
9
10
11
12
13
mod counts;
mod model;
mod subnet;

pub(super) use counts::{
    data_center_node_counts_from_records, data_center_operator_counts_from_records,
    data_center_provider_counts_from_records, node_operator_counts_from_records,
    node_provider_counts_from_records,
};
pub(super) use model::{RegistryRelationInventory, RegistryRelationInventoryScope};
pub(super) use subnet::{
    assigned_node_principals_from_subnets, node_subnet_assignments_from_records,
};