pub async fn start_network_cluster() -> NetworkCluster
Expand description
Starts a validator, fullnode, indexer (using data ingestion). Re-using GraphQL’s ConnectionConfig for convenience.
This does not start any GraphQL services, only the network cluster. You can start a GraphQL service
calling start_graphql_server
.