ic-query 0.26.0

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
#[cfg(feature = "host")]
mod cache;
#[cfg(feature = "host")]
mod list;
mod model;
#[cfg(feature = "host")]
mod refresh;

#[cfg(feature = "host")]
pub(super) use list::{inventory_list_request, node_list_request, subnet_catalog_list_request};
pub use model::{NnsTopologyReadRequest, NnsTopologyRefreshRequest};
#[cfg(feature = "host")]
pub(super) use model::{TopologyRefreshParts, TopologyRequestParts, summary_request_from};
#[cfg(feature = "host")]
pub(super) use refresh::{inventory_refresh_request, subnet_catalog_refresh_request};