ic-query 0.2.18

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Module: subnet_catalog::resolver
//!
//! Resolves subnet catalog inputs to concrete subnet subjects.

mod canister;
mod model;
mod prefix;
mod subnet;

pub(super) use canister::routing_range_sorts_after;
pub use model::{ResolveAs, ResolvedSubnet, ResolvedSubnetSubject};