get_node_status

Function get_node_status 

Source
pub async fn get_node_status(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity,
) -> Result<SuccessResponse<GetNodeStatusResult>, Error>
Expand description

Retrieves the status of the specified node.

Sends a JSON-RPC info_get_status request to the specified node.

For details of the parameters, see the module docs.