pub async fn start_server( config: Config, db: Database, tx_pool: Arc<TxPool>) -> Result<(SocketAddr, JoinHandle<Result<(), Error>>), Error>
Spawns the api server for this node