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
12
13
14
mod list;
mod neurons;
mod params;
mod proposals;
mod token;

pub(super) use list::{sns_info_report_from_list, sns_list_report_from_list};
pub(super) use neurons::{SnsNeuronsLiveReportParts, sns_neurons_report_from_parts};
pub(super) use params::sns_params_report_from_parts;
pub(super) use proposals::{
    SnsProposalReportParts, SnsProposalsReportParts, sns_proposal_report_from_parts,
    sns_proposals_report_from_parts,
};
pub(super) use token::sns_token_report_from_parts;