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
12
13
14
15
16
use super::spec::NODE_OPERATOR_SPEC;
use crate::nns::{
    NnsCommandError, leaf, node_operator::report::DEFAULT_NNS_NODE_OPERATOR_SOURCE_ENDPOINT,
};

impl_leaf_test_helpers!(
    node_operator_list_options,
    node_operator_info_options,
    node_operator_refresh_options,
    node_operator_usage,
    node_operator_list_usage,
    node_operator_info_usage,
    node_operator_refresh_usage,
    NODE_OPERATOR_SPEC,
    DEFAULT_NNS_NODE_OPERATOR_SOURCE_ENDPOINT
);