Function zebra_checkpoints::rpc_output

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

Make an RPC call based on our_args and rpc_command, and return the response as a Value.