async fn get_transactions_for_user_server( name: String, ) -> Result<Vec<Transaction>, ServerFnError>