pub async fn get_node_status(
maybe_rpc_id: &str,
node_address: &str,
verbosity_level: u64,
) -> Result<SuccessResponse<GetNodeStatusResult>, CliError>Expand description
Retrieves the status of the specified node.
For details of the parameters, see the module docs.