ic-query 0.2.17

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
10
mod args;
mod build;
mod usage;

pub(in crate::nns) use args::{
    DRY_RUN_ARG, INPUT_ARG, LOCK_STALE_AFTER_ARG, NETWORK_ARG, OUTPUT_ARG, VERBOSE_ARG,
    network_arg, output_path_arg, refresh_lock_stale_after_arg,
};
pub(in crate::nns) use build::{command, info_command, list_command, refresh_command};
pub(in crate::nns) use usage::{info_usage, list_usage, refresh_usage, usage};