pub async fn start_server(
    config: Config,
    db: Database,
    tx_pool: Arc<TxPool>
) -> Result<(SocketAddr, JoinHandle<Result<(), Error>>), Error>
Expand description

Spawns the api server for this node