pub async fn respond_transfer( transfer_id: String, accepted: bool, state: State<'_, TransferState>, ) -> Result<(), String>