ic-query 0.1.21

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::*;
use crate::subnet_catalog::{CATALOG_SCHEMA_VERSION, SubnetKind, SubnetSpecialization};
use proto::{
    PrincipalId, RegistryErrorCode, RegistryGetValueResponse, registry_get_value_response,
};

mod catalog;
mod fixtures;
mod governance;
mod inventory;
mod wire;