ic-query 0.25.5

Internet Computer query library for NNS, SNS, ICRC, system canisters, and public network metadata
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "host")]
mod error;
mod report;

#[cfg(feature = "host")]
pub use error::NnsDataCenterHostError;
#[cfg(feature = "host")]
pub use report::NnsDataCenterRefreshReport;
pub use report::{NnsDataCenterInfoReport, NnsDataCenterListReport, NnsDataCenterRow};