ic-query 0.2.18

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
mod id;
mod node;
mod registry;
mod routing;
mod subnet;

#[cfg(test)]
pub use id::PrincipalId;
pub use id::{CanisterId, SubnetId};
#[cfg(test)]
pub use node::Gps;
pub use node::{DataCenterRecord, NodeOperatorRecord, NodeRecord};
#[cfg(test)]
pub use registry::RegistryError;
pub use registry::{
    LargeValueChunkKeys, RegistryErrorCode, RegistryGetLatestVersionResponse,
    RegistryGetValueRequest, RegistryGetValueResponse, UInt64Value, registry_get_value_response,
};
pub use routing::RoutingTable;
#[cfg(test)]
pub use routing::{CanisterIdRange, RoutingTableEntry};
pub use subnet::{SubnetListRecord, SubnetRecord, SubnetType};