• Fetch information about all nodes participating in the cluster.

    Parameters

    Returns Promise<ContactInfo[]>

    Array of contact information for each cluster node

    const nodes = await getClusterNodes(transport);
    console.log(`Cluster has ${nodes.length} nodes`);

    1.0.0