Function zebra_checkpoints::cli_output

source ·
pub(crate) fn cli_output<M, I>(
    our_args: &Args,
    method: M,
    params: I
) -> Result<Value>
where M: AsRef<str>, I: IntoIterator<Item = String>,
Expand description

Run cmd with our_args and rpc_command, and return its output as a Value.

Only used if the transport is Cli.