ic-query 0.18.1

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

#[cfg(feature = "host")]
pub use error::NnsNodeHostError;
#[cfg(feature = "host")]
pub use report::NnsNodeRefreshReport;
pub use report::{NnsNodeInfoReport, NnsNodeListReport, NnsNodeRow};
pub use request::{NnsNodeListFilters, NnsNodeListRequest};