getClusterNodesRaw method

Future<JsonRpcSuccessResponse<List<ClusterNode>>> getClusterNodesRaw()

Returns information about all the nodes participating in the cluster.

Implementation

Future<JsonRpcSuccessResponse<List<ClusterNode>>> getClusterNodesRaw() =>
    send(GetClusterNodes());