ic-query 0.2.2

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
pub(in crate::sns::report::text::params) fn parameter_row(
    name: &str,
    value: String,
) -> [String; 2] {
    [name.to_string(), value]
}