ic-query 0.25.2

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 counts;
mod model;
mod subnet;

pub(super) use counts::ResolvedNodeRelation;
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_operator_references_from_records, node_provider_counts_from_records,
    node_provider_principal_from_record, resolved_node_relations_from_records,
};
pub(super) use model::{RegistryRelationInventory, RegistryRelationInventoryScope};
pub(super) use subnet::{
    assigned_node_principals_from_subnets, node_subnet_assignments_from_records,
};